[package]
edition = "2021"
name = "unb-core"
version = "2.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core unb protocol types: envelope, session, routing, taxonomy"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Midwess/unb"
[features]
fuzzing = []
[lib]
name = "unb_core"
path = "src/lib.rs"
[[test]]
name = "node_routes"
path = "tests/node_routes.rs"
[[test]]
name = "proptest_core"
path = "tests/proptest_core.rs"
[[test]]
name = "proptest_envelope"
path = "tests/proptest_envelope.rs"
[[test]]
name = "protocol_core"
path = "tests/protocol_core.rs"
[[test]]
name = "route_convergence"
path = "tests/route_convergence.rs"
[[test]]
name = "target_path"
path = "tests/target_path.rs"
[[bench]]
name = "codec"
path = "benches/codec.rs"
harness = false
[dependencies.bytes]
version = "1"
[dependencies.futures-core]
version = "0.3"
[dependencies.http]
version = "1"
[dependencies.httparse]
version = "=1.10.1"
[dependencies.schemars]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.web-time]
version = "1"
[dev-dependencies.futures-executor]
version = "0.3"
[dev-dependencies.futures-util]
version = "0.3.32"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.web-time]
version = "1"