{
  "cksum": "480ab1c0a9c7431824ea4a1d190d10d94c8f9a1109b097189f2997335e2b7cfa",
  "crate_file": "axum_session-0.1.2.crate",
  "crate_url": "https://static.crates.io/crates/axum_session/axum_session-0.1.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.66",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros"
      ],
      "kind": "dev",
      "name": "axum",
      "optional": false,
      "req": "^0.6.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axum-core",
      "optional": false,
      "req": "^0.3.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "clock",
        "serde",
        "std"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.24",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "percent-encode",
        "private"
      ],
      "kind": "normal",
      "name": "cookie",
      "optional": false,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dashmap",
      "optional": false,
      "req": "^5.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": false,
      "req": "^0.3.27",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": false,
      "req": "^0.2.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http-body",
      "optional": false,
      "req": "^0.4.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hyper",
      "optional": false,
      "req": "^0.14.25",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "log",
      "optional": false,
      "req": "^0.4.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "tokio-comp"
      ],
      "kind": "normal",
      "name": "redis",
      "optional": true,
      "req": "^0.22.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.155",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.94",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "chrono",
        "uuid"
      ],
      "kind": "normal",
      "name": "sqlx",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "surrealdb",
      "optional": true,
      "req": "^1.0.0-beta.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0.39",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.26.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tower",
      "optional": false,
      "req": "^0.4.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tower-layer",
      "optional": false,
      "req": "^0.3.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tower-service",
      "optional": false,
      "req": "^0.3.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.37",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4",
        "serde"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1.3.0",
      "target": null
    }
  ],
  "features": {
    "default": [
      "postgres-rustls"
    ],
    "fdb_tag": [],
    "mysql-native": [
      "sqlx/mysql",
      "sqlx/runtime-tokio-native-tls"
    ],
    "mysql-rustls": [
      "sqlx/mysql",
      "sqlx/runtime-tokio-rustls"
    ],
    "postgres-native": [
      "sqlx/postgres",
      "sqlx/runtime-tokio-native-tls"
    ],
    "postgres-rustls": [
      "sqlx/postgres",
      "sqlx/runtime-tokio-rustls"
    ],
    "redis-db": [
      "redis"
    ],
    "sqlite-native": [
      "sqlx/sqlite",
      "sqlx/runtime-tokio-native-tls"
    ],
    "sqlite-rustls": [
      "sqlx/sqlite",
      "sqlx/runtime-tokio-rustls"
    ],
    "surrealdb-fdb-5_1": [
      "surrealdb/kv-fdb-5_1",
      "surrealdb_tag",
      "fdb_tag"
    ],
    "surrealdb-fdb-5_2": [
      "surrealdb/kv-fdb-5_2",
      "surrealdb_tag",
      "fdb_tag"
    ],
    "surrealdb-fdb-6_0": [
      "surrealdb/kv-fdb-6_0",
      "surrealdb_tag",
      "fdb_tag"
    ],
    "surrealdb-fdb-6_1": [
      "surrealdb/kv-fdb-6_1",
      "surrealdb_tag",
      "fdb_tag"
    ],
    "surrealdb-fdb-6_2": [
      "surrealdb/kv-fdb-6_2",
      "surrealdb_tag",
      "fdb_tag"
    ],
    "surrealdb-fdb-6_3": [
      "surrealdb/kv-fdb-6_3",
      "surrealdb_tag",
      "fdb_tag"
    ],
    "surrealdb-fdb-7_0": [
      "surrealdb/kv-fdb-7_0",
      "surrealdb_tag",
      "fdb_tag"
    ],
    "surrealdb-fdb-7_1": [
      "surrealdb/kv-fdb-7_1",
      "surrealdb_tag",
      "fdb_tag"
    ],
    "surrealdb-indxdb": [
      "surrealdb/kv-indxdb",
      "surrealdb_tag"
    ],
    "surrealdb-mem": [
      "surrealdb/kv-mem",
      "surrealdb_tag"
    ],
    "surrealdb-rocksdb": [
      "surrealdb/kv-rocksdb",
      "surrealdb_tag"
    ],
    "surrealdb-tikv": [
      "surrealdb/kv-tikv",
      "surrealdb_tag"
    ],
    "surrealdb_tag": []
  },
  "index_path": "ax/um/axum_session",
  "name": "axum_session",
  "pubtime": "2023-03-16T20:03:11Z",
  "vers": "0.1.2",
  "yanked": true
}
