bomboni_request 0.4.0

Utilities for working with API requests. Part of Bomboni library.
Documentation
# 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 = "2024"
name = "bomboni_request"
version = "0.4.0"
authors = ["Tin Rabzelj <tin@flinect.com>"]
build = false
autolib = 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"

[features]
derive = []
mysql = ["dep:mysql_common"]
postgres = [
    "dep:postgres-types",
    "dep:bytes",
    "bomboni_common/postgres",
]
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",
    "time/wasm-bindgen",
]

[lib]
name = "bomboni_request"
path = "src/lib.rs"

[dependencies.aes-gcm]
version = "0.10.3"
features = ["alloc"]

[dependencies.base64ct]
version = "1.8.3"
features = ["alloc"]

[dependencies.blake2]
version = "0.10.6"

[dependencies.bomboni_common]
version = "0.4.0"

[dependencies.bomboni_macros]
version = "0.4.0"

[dependencies.bomboni_proto]
version = "0.4.0"

[dependencies.bomboni_request_derive]
version = "0.4.0"

[dependencies.bomboni_wasm]
version = "0.4.0"
features = ["derive"]
optional = true

[dependencies.bytes]
version = "1.11.1"
optional = true

[dependencies.itertools]
version = "0.15.0"

[dependencies.mysql_common]
version = "0.37.2"
features = ["time"]
optional = true

[dependencies.pest]
version = "2.8.6"

[dependencies.pest_derive]
version = "2.8.6"

[dependencies.postgres-types]
version = "0.2.14"
features = ["with-time-0_3"]
optional = true

[dependencies.prost]
version = "0.14.4"

[dependencies.regex]
version = "1.12.4"

[dependencies.rsa]
version = "0.9.10"
features = [
    "getrandom",
    "sha2",
]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.time]
version = "0.3.49"

[dependencies.tonic]
version = "0.14.6"
optional = true

[dev-dependencies.serde_json]
version = "1.0.150"

[target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies.js-sys]
version = "0.3.102"
optional = true

[target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies.wasm-bindgen]
version = "0.2.125"
optional = true