wayray/crates/wayray-protocol/Cargo.toml

22 lines
423 B
TOML
Raw Normal View History

[package]
name = "wayray-protocol"
edition.workspace = true
version.workspace = true
license.workspace = true
[features]
default = []
doors = ["dep:doors"]
[dependencies]
serde.workspace = true
postcard.workspace = true
thiserror.workspace = true
tracing.workspace = true
zstd.workspace = true
toml = "0.8"
serde_json = "1"
[target.'cfg(target_os = "illumos")'.dependencies]
doors = { version = "0.8", optional = true }