{
  "cksum": "f538fb886d2650e75d09e166cd72521d659a8816500055b845bdbe9a01527622",
  "crate_file": "bomboni_request-0.1.63.crate",
  "crate_url": "https://static.crates.io/crates/bomboni_request/bomboni_request-0.1.63.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.6.0",
      "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.1.63",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bomboni_proto",
      "optional": false,
      "req": "^0.1.63",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bomboni_request_derive",
      "optional": false,
      "req": "^0.1.63",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "bomboni_wasm",
      "optional": true,
      "req": "^0.1.63",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "js"
      ],
      "kind": "normal",
      "name": "getrandom",
      "optional": true,
      "req": "^0.2.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "itertools",
      "optional": false,
      "req": "^0.13.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "js-sys",
      "optional": true,
      "req": "^0.3.76",
      "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.32.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pest",
      "optional": false,
      "req": "^2.7.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pest_derive",
      "optional": false,
      "req": "^2.7.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "with-time-0_3"
      ],
      "kind": "normal",
      "name": "postgres-types",
      "optional": true,
      "req": "^0.2.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "prost",
      "optional": false,
      "req": "^0.13.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": false,
      "req": "^1.11.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsa",
      "optional": false,
      "req": "^0.9.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.215",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.133",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "time",
      "optional": false,
      "req": "^0.3.37",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tonic",
      "optional": true,
      "req": "^0.12.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": true,
      "req": "^0.2.99",
      "target": "cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))"
    }
  ],
  "features": {
    "default": [
      "testing"
    ],
    "derive": [],
    "root-crate": [
      "bomboni_request_derive/root-crate"
    ],
    "testing": []
  },
  "features2": {
    "mysql": [
      "dep:mysql_common"
    ],
    "postgres": [
      "dep:postgres-types",
      "dep:bytes"
    ],
    "tonic": [
      "bomboni_proto/tonic",
      "dep:tonic"
    ],
    "wasm": [
      "dep:bomboni_wasm",
      "bomboni_common/wasm",
      "bomboni_proto/wasm",
      "dep:wasm-bindgen",
      "dep:js-sys",
      "dep:getrandom",
      "time/wasm-bindgen"
    ]
  },
  "index_path": "bo/mb/bomboni_request",
  "name": "bomboni_request",
  "pubtime": "2025-04-17T00:30:52Z",
  "v": 2,
  "vers": "0.1.63",
  "yanked": false
}
