# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bomboni_request" version = "0.1.61" authors = ["Tin Rabzelj "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for working with API requests. Part of Bomboni library." homepage = "https://github.com/tinrab/bomboni" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/tinrab/bomboni" [lib] name = "bomboni_request" path = "src/lib.rs" [dependencies.aes-gcm] version = "0.10.3" features = ["alloc"] [dependencies.base64ct] version = "1.6.0" features = ["alloc"] [dependencies.blake2] version = "0.10.6" [dependencies.bomboni_common] version = "0.1.61" [dependencies.bomboni_proto] version = "0.1.61" [dependencies.bomboni_request_derive] version = "0.1.61" [dependencies.bomboni_wasm] version = "0.1.61" features = ["derive"] optional = true [dependencies.bytes] version = "1.7.2" optional = true [dependencies.getrandom] version = "0.2.15" features = ["js"] optional = true [dependencies.itertools] version = "0.13.0" [dependencies.pest] version = "2.7.13" [dependencies.pest_derive] version = "2.7.13" [dependencies.postgres-types] version = "0.2.8" features = ["with-time-0_3"] optional = true [dependencies.prost] version = "0.13.3" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.11.0" [dependencies.rsa] version = "0.9.6" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.64" [dependencies.tonic] version = "0.12.3" optional = true [dev-dependencies.serde_json] version = "1.0.128" [features] default = ["testing"] derive = [] postgres = [ "dep:postgres-types", "dep:bytes", ] root-crate = ["bomboni_request_derive/root-crate"] testing = [] tonic = [ "bomboni_proto/tonic", "dep:tonic", ] wasm = [ "dep:bomboni_wasm", "bomboni_common/wasm", "bomboni_proto/wasm", "dep:wasm-bindgen", "dep:js-sys", "dep:getrandom", ] [target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies.js-sys] version = "0.3.70" optional = true [target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies.wasm-bindgen] version = "0.2.93" optional = true