{
  "cksum": "bad8d588cb3e09bdebba840e046f1fa5b492eb6a1c79f2d6223a357838a71409",
  "crate_file": "msqlx-sqlite-0.9.0-msqlx.2.crate",
  "crate_url": "https://static.crates.io/crates/msqlx-sqlite/msqlx-sqlite-0.9.0-msqlx.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "atoi",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "clock"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4.34",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "async"
      ],
      "kind": "normal",
      "name": "flume",
      "optional": false,
      "req": "^0.12.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "form_urlencoded",
      "optional": false,
      "req": "^1.2.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "sink",
        "alloc",
        "std"
      ],
      "kind": "normal",
      "name": "futures-channel",
      "optional": false,
      "req": "^0.3.32",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures-core",
      "optional": false,
      "req": "^0.3.32",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-executor",
      "optional": false,
      "req": "^0.3.32",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-intrusive",
      "optional": false,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "sink"
      ],
      "kind": "normal",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3.32",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "pkg-config",
        "vcpkg"
      ],
      "kind": "normal",
      "name": "libsqlite3-sys",
      "optional": false,
      "req": ">=0.30.1, <0.38.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "percent-encoding",
      "optional": false,
      "req": "^2.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": true,
      "req": "^1.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.219",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sqlx-core",
      "optional": false,
      "package": "msqlx-core",
      "req": "=0.9.0-msqlx.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "formatting",
        "parsing",
        "macros"
      ],
      "kind": "normal",
      "name": "time",
      "optional": true,
      "req": "^0.3.47",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "log"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.37",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": false,
      "req": "^2.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1.12.1",
      "target": null
    }
  ],
  "features": {
    "_unstable-all-sqlite-features": [
      "deserialize",
      "load-extension",
      "preupdate-hook",
      "unlock-notify"
    ],
    "any": [
      "sqlx-core/any"
    ],
    "bigdecimal": [],
    "bundled": [
      "libsqlite3-sys/bundled"
    ],
    "deserialize": [],
    "json": [
      "sqlx-core/json",
      "serde"
    ],
    "load-extension": [],
    "migrate": [
      "sqlx-core/migrate"
    ],
    "offline": [
      "sqlx-core/offline",
      "serde"
    ],
    "preupdate-hook": [
      "libsqlite3-sys/preupdate_hook"
    ],
    "rust_decimal": [],
    "sqlx-toml": [
      "sqlx-core/sqlx-toml"
    ],
    "unbundled": [
      "libsqlite3-sys/buildtime_bindgen"
    ],
    "unlock-notify": [
      "libsqlite3-sys/unlock_notify"
    ]
  },
  "features2": {
    "_unstable-all-types": [
      "json",
      "chrono",
      "time",
      "uuid"
    ],
    "_unstable-docs": [
      "bundled",
      "any",
      "_unstable-all-types",
      "_unstable-all-sqlite-features"
    ],
    "chrono": [
      "dep:chrono",
      "sqlx-core/chrono"
    ],
    "regexp": [
      "dep:regex"
    ],
    "time": [
      "dep:time",
      "sqlx-core/time"
    ],
    "uuid": [
      "dep:uuid",
      "sqlx-core/uuid"
    ]
  },
  "index_path": "ms/ql/msqlx-sqlite",
  "name": "msqlx-sqlite",
  "pubtime": "2026-05-24T04:32:39Z",
  "rust_version": "1.94.0",
  "v": 2,
  "vers": "0.9.0-msqlx.2",
  "yanked": false
}
