braid-http 0.1.4

Braid-HTTP protocol implementation in Rust
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 = "2021"
name = "braid-http"
version = "0.1.4"
authors = ["Braid Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Braid-HTTP protocol implementation in Rust"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/braid-org/braid-rs"

[features]
default = ["native"]
fuzzing = []
native = []
server = ["dep:axum"]
wasm = [
    "dep:gloo-timers",
    "dep:wasm-bindgen-futures",
    "dep:js-sys",
]

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

[dependencies.async-channel]
version = "2.3"

[dependencies.async-trait]
version = "0.1.86"

[dependencies.axum]
version = "0.8.8"
optional = true

[dependencies.bytes]
version = "1.11.0"
features = ["serde"]

[dependencies.futures]
version = "0.3.31"

[dependencies.gloo-timers]
version = "0.3"
optional = true

[dependencies.http]
version = "1.0"

[dependencies.js-sys]
version = "0.3"
optional = true

[dependencies.once_cell]
version = "1.18"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "json",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0.138"

[dependencies.sfv]
version = "0.14"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.43"

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.20.0"
features = [
    "v4",
    "serde",
]

[dependencies.wasm-bindgen-futures]
version = "0.4"
optional = true