{
  "cksum": "74f8ef80d694b3bc11a555211f581cbaa185c06df75b750e73eb02b484277541",
  "crate_file": "jlrs-0.20.0.crate",
  "crate_url": "https://static.crates.io/crates/jlrs/jlrs-0.20.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-channel",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "atomic",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "fnv",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "half",
      "optional": true,
      "req": "^2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "jl-sys",
      "optional": false,
      "req": "^0.24",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "jlrs-macros",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lock_api",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ndarray",
      "optional": true,
      "req": "^0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-complex",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustc-hash",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "const_generics"
      ],
      "kind": "normal",
      "name": "smallvec",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "sync",
        "time"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "time",
        "sync"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "async": [
      "async-trait",
      "async-channel"
    ],
    "async-rt": [
      "async",
      "jl-sys/fast-tls",
      "tokio"
    ],
    "ccall": [
      "jlrs-macros/ccall"
    ],
    "complex": [
      "num-complex"
    ],
    "debug": [
      "jl-sys/debug"
    ],
    "default": [],
    "diagnostics": [],
    "docs": [
      "jl-sys/docs",
      "full",
      "julia-1-12"
    ],
    "f16": [
      "half"
    ],
    "full": [
      "local-rt",
      "tokio-rt",
      "jlrs-ndarray",
      "f16",
      "complex",
      "jlrs-derive",
      "ccall",
      "multi-rt"
    ],
    "full-no-rt": [
      "async",
      "jlrs-ndarray",
      "f16",
      "jlrs-derive",
      "ccall"
    ],
    "i686": [
      "jl-sys/i686"
    ],
    "jlrs-derive": [
      "jlrs-macros/derive"
    ],
    "jlrs-ndarray": [
      "ndarray"
    ],
    "julia-1-10": [
      "jl-sys/julia-1-10",
      "jlrs-macros/julia-1-10"
    ],
    "julia-1-11": [
      "jl-sys/julia-1-11",
      "jlrs-macros/julia-1-11"
    ],
    "julia-1-12": [
      "jl-sys/julia-1-11",
      "jlrs-macros/julia-1-12"
    ],
    "julia-1-6": [
      "jl-sys/julia-1-6",
      "jlrs-macros/julia-1-6"
    ],
    "julia-1-7": [
      "jl-sys/julia-1-7",
      "jlrs-macros/julia-1-7"
    ],
    "julia-1-8": [
      "jl-sys/julia-1-8",
      "jlrs-macros/julia-1-8"
    ],
    "julia-1-9": [
      "jl-sys/julia-1-9",
      "jlrs-macros/julia-1-9"
    ],
    "local-rt": [
      "jl-sys/fast-tls"
    ],
    "lto": [
      "jl-sys/lto"
    ],
    "macos": [
      "jl-sys/macos"
    ],
    "multi-rt": [
      "jl-sys/fast-tls"
    ],
    "no-link": [
      "jl-sys/no-link"
    ],
    "tokio-net": [
      "tokio-rt",
      "tokio/net"
    ],
    "tokio-rt": [
      "async-rt"
    ],
    "windows": [
      "jl-sys/windows",
      "jlrs-macros/windows"
    ],
    "yggdrasil": [
      "jl-sys/yggdrasil"
    ]
  },
  "index_path": "jl/rs/jlrs",
  "name": "jlrs",
  "pubtime": "2024-06-16T19:31:58Z",
  "rust_version": "1.77",
  "vers": "0.20.0",
  "yanked": false
}
