{
  "cksum": "d02936e78ef2833fba73e7b20ce5a989288ee402f935eb54d5b3ddda1827ac78",
  "crate_file": "bomboni_request-0.3.1.crate",
  "crate_url": "https://static.crates.io/crates/bomboni_request/bomboni_request-0.3.1.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.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bomboni_macros",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bomboni_proto",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bomboni_request_derive",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "bomboni_wasm",
      "optional": true,
      "req": "^0.3.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.14.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "js-sys",
      "optional": true,
      "req": "^0.3.98",
      "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.1",
      "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.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "prost",
      "optional": false,
      "req": "^0.14.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": false,
      "req": "^1.12.3",
      "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.149",
      "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.47",
      "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.121",
      "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-05-11T13:10:00Z",
  "v": 2,
  "vers": "0.3.1",
  "yanked": false
}
