{
  "cksum": "905a55de4f03c10eddeea9c76869b67856280c6a6d889b1985a305e4671a4195",
  "crate_file": "rapina-0.7.3.crate",
  "crate_url": "https://static.crates.io/crates/rapina/rapina-0.7.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.11.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dashmap",
      "optional": false,
      "req": "^6.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dotenvy",
      "optional": false,
      "req": "^0.15.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "flate2",
      "optional": false,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": false,
      "req": "^1.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http-body-util",
      "optional": false,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "server",
        "http1",
        "http2"
      ],
      "kind": "normal",
      "name": "hyper",
      "optional": false,
      "req": "^1.8.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "tokio",
        "client-legacy",
        "http1",
        "server-graceful"
      ],
      "kind": "normal",
      "name": "hyper-util",
      "optional": false,
      "req": "^0.1.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "inventory",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rust_crypto"
      ],
      "kind": "normal",
      "name": "jsonwebtoken",
      "optional": false,
      "req": "^10.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "signal"
      ],
      "kind": "dev",
      "name": "nix",
      "optional": false,
      "req": "^0.30",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "prometheus",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rapina-macros",
      "optional": false,
      "req": "^0.7.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rust_decimal",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "chrono04",
        "uuid1",
        "rust_decimal1"
      ],
      "kind": "normal",
      "name": "schemars",
      "optional": false,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "runtime-tokio-rustls"
      ],
      "kind": "normal",
      "name": "sea-orm",
      "optional": true,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "runtime-tokio-rustls"
      ],
      "kind": "normal",
      "name": "sea-orm-migration",
      "optional": true,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.228",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.149",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_urlencoded",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serial_test",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.49.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "json",
        "env-filter"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "validator",
      "optional": false,
      "req": "^0.20.0",
      "target": null
    }
  ],
  "features": {
    "database": [
      "sea-orm",
      "sea-orm-migration",
      "async-trait"
    ],
    "default": [],
    "metrics": [
      "prometheus"
    ],
    "mysql": [
      "database",
      "sea-orm/sqlx-mysql",
      "sea-orm-migration/sqlx-mysql"
    ],
    "postgres": [
      "database",
      "sea-orm/sqlx-postgres",
      "sea-orm-migration/sqlx-postgres"
    ],
    "sqlite": [
      "database",
      "sea-orm/sqlx-sqlite",
      "sea-orm-migration/sqlx-sqlite"
    ]
  },
  "index_path": "ra/pi/rapina",
  "name": "rapina",
  "pubtime": "2026-02-28T00:35:25Z",
  "rust_version": "1.85",
  "vers": "0.7.3",
  "yanked": false
}
