{
  "cksum": "b59b9ebe58535ddf0e5b109567bef734f24aae61ca51c2f744524edbb772521b",
  "crate_file": "api-bones-4.1.0.crate",
  "crate_url": "https://static.crates.io/crates/api-bones/api-bones-4.1.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "arbitrary",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axum",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "fake",
      "optional": true,
      "req": "^5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "parser",
        "serde"
      ],
      "kind": "normal",
      "name": "icalendar",
      "optional": true,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "mockito",
      "optional": false,
      "req": "^1.7.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "proptest",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "proptest-derive",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "schemars",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros",
        "rt",
        "rt-multi-thread",
        "net"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "uuid",
        "chrono"
      ],
      "kind": "normal",
      "name": "utoipa",
      "optional": true,
      "req": "^5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "validator",
      "optional": true,
      "req": "^0.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "zeroize",
      "optional": true,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "alloc": [],
    "std": [
      "alloc",
      "thiserror/std"
    ]
  },
  "features2": {
    "arbitrary": [
      "dep:arbitrary",
      "uuid?/arbitrary",
      "std"
    ],
    "auth": [
      "alloc",
      "base64",
      "dep:zeroize"
    ],
    "axum": [
      "dep:axum",
      "http",
      "serde",
      "std"
    ],
    "base64": [
      "alloc",
      "dep:base64"
    ],
    "chrono": [
      "dep:chrono",
      "utoipa?/chrono"
    ],
    "default": [
      "std",
      "serde",
      "uuid",
      "chrono",
      "validator"
    ],
    "fake": [
      "dep:fake",
      "dep:rand",
      "std",
      "uuid"
    ],
    "hmac": [
      "base64",
      "alloc",
      "dep:hmac",
      "dep:sha2"
    ],
    "http": [
      "dep:http",
      "alloc"
    ],
    "icalendar": [
      "dep:icalendar",
      "std"
    ],
    "proptest": [
      "dep:proptest",
      "dep:proptest-derive",
      "std"
    ],
    "schemars": [
      "dep:schemars",
      "schemars/uuid1",
      "schemars/chrono04",
      "std"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_json",
      "uuid?/serde",
      "chrono?/serde",
      "std"
    ],
    "utoipa": [
      "dep:utoipa",
      "std"
    ],
    "uuid": [
      "dep:uuid"
    ],
    "validator": [
      "dep:validator",
      "std"
    ]
  },
  "index_path": "ap/i-/api-bones",
  "name": "api-bones",
  "pubtime": "2026-04-24T05:13:35Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "4.1.0",
  "yanked": false
}
