{
  "cksum": "168d33adcdda5d8af02032beeb7f8bcce4db1e16349583b733728acf9b0aaaa9",
  "crate_file": "bomboni_request-0.4.0.crate",
  "crate_url": "https://static.crates.io/crates/bomboni_request/bomboni_request-0.4.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "aes-gcm",
      "optional": false,
      "req": "^0.10.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "base64ct",
      "optional": false,
      "req": "^1.8.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "blake2",
      "optional": false,
      "req": "^0.10.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bomboni_common",
      "optional": false,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bomboni_macros",
      "optional": false,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bomboni_proto",
      "optional": false,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bomboni_request_derive",
      "optional": false,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "bomboni_wasm",
      "optional": true,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1.11.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "itertools",
      "optional": false,
      "req": "^0.15.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "js-sys",
      "optional": true,
      "req": "^0.3.102",
      "target": "cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))"
    },
    {
      "default_features": true,
      "features": [
        "time"
      ],
      "kind": "normal",
      "name": "mysql_common",
      "optional": true,
      "req": "^0.37.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pest",
      "optional": false,
      "req": "^2.8.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pest_derive",
      "optional": false,
      "req": "^2.8.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "with-time-0_3"
      ],
      "kind": "normal",
      "name": "postgres-types",
      "optional": true,
      "req": "^0.2.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "prost",
      "optional": false,
      "req": "^0.14.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": false,
      "req": "^1.12.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "getrandom",
        "sha2"
      ],
      "kind": "normal",
      "name": "rsa",
      "optional": false,
      "req": "^0.9.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.228",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.150",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "time",
      "optional": false,
      "req": "^0.3.49",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tonic",
      "optional": true,
      "req": "^0.14.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": true,
      "req": "^0.2.125",
      "target": "cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))"
    }
  ],
  "features": {
    "derive": [],
    "root-crate": [
      "bomboni_request_derive/root-crate"
    ],
    "testing": []
  },
  "features2": {
    "mysql": [
      "dep:mysql_common"
    ],
    "postgres": [
      "dep:postgres-types",
      "dep:bytes",
      "bomboni_common/postgres"
    ],
    "tonic": [
      "bomboni_proto/tonic",
      "dep:tonic"
    ],
    "wasm": [
      "dep:bomboni_wasm",
      "bomboni_common/wasm",
      "bomboni_proto/wasm",
      "dep:wasm-bindgen",
      "dep:js-sys",
      "time/wasm-bindgen"
    ]
  },
  "index_path": "bo/mb/bomboni_request",
  "name": "bomboni_request",
  "pubtime": "2026-06-16T23:10:50Z",
  "v": 2,
  "vers": "0.4.0",
  "yanked": false
}
