{
  "cksum": "96179b2e1c48a8a78608eab14a5ac7f42b84751a030d1cc87cf477d4bcdcf490",
  "crate_file": "lucia-0.5.0.crate",
  "crate_url": "https://static.crates.io/crates/lucia/lucia-0.5.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "arrayvec",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "async-std",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "borsh",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytecheck",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "cl-aux",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "lucia-macros",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "miniserde",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "protobuf",
      "optional": true,
      "req": "^3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "validation"
      ],
      "kind": "normal",
      "name": "rkyv",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde-xml-rs",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde_yaml",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde_impl"
      ],
      "kind": "normal",
      "name": "simd-json",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "surf",
      "optional": true,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros",
        "rt-multi-thread"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "connect",
        "__rustls-tls"
      ],
      "kind": "normal",
      "name": "tokio-tungstenite",
      "optional": true,
      "req": "^0.18",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "env-filter",
        "fmt",
        "tracing-log"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tungstenite",
      "optional": true,
      "req": "^0.18",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "_hack": [
      "surf?/h1-client-no-tls",
      "rkyv?/size_32",
      "simd-json?/allow-non-simd"
    ],
    "arrayvec": [
      "dep:arrayvec",
      "cl-aux/arrayvec"
    ],
    "async-std": [
      "dep:async-std",
      "async-std?/default"
    ],
    "async-trait": [
      "dep:async-trait",
      "lucia-macros?/async-trait"
    ],
    "borsh": [
      "dep:borsh",
      "std"
    ],
    "default": [
      "async-trait"
    ],
    "macros": [
      "dep:lucia-macros"
    ],
    "miniserde": [
      "dep:miniserde",
      "std"
    ],
    "reqwest": [
      "dep:reqwest"
    ],
    "rkyv": [
      "bytecheck",
      "dep:rkyv"
    ],
    "serde": [
      "arrayvec?/serde",
      "cl-aux/serde",
      "dep:serde"
    ],
    "serde-xml-rs": [
      "serde",
      "dep:serde-xml-rs",
      "std"
    ],
    "serde_json": [
      "serde",
      "dep:serde_json",
      "std"
    ],
    "serde_yaml": [
      "serde",
      "dep:serde_yaml",
      "std"
    ],
    "simd-json": [
      "serde",
      "dep:simd-json",
      "std"
    ],
    "std": [
      "arrayvec?/std",
      "cl-aux/std",
      "miniserde?/std",
      "serde?/std",
      "serde_json?/std"
    ],
    "surf": [
      "dep:surf"
    ],
    "tokio": [
      "std",
      "dep:tokio",
      "tokio?/time"
    ],
    "tokio-tungstenite": [
      "dep:futures",
      "dep:tokio",
      "tokio?/net",
      "dep:tokio-tungstenite",
      "tungstenite"
    ],
    "tracing": [
      "dep:tracing"
    ]
  },
  "index_path": "lu/ci/lucia",
  "name": "lucia",
  "pubtime": "2022-12-19T00:30:44Z",
  "rust_version": "1.65",
  "v": 2,
  "vers": "0.5.0",
  "yanked": true
}
