kitsune/lib/blowocking/Cargo.toml

21 lines
353 B
TOML

[package]
name = "blowocking"
authors.workspace = true
edition.workspace = true
version.workspace = true
license = "MIT OR Apache-2.0"
[dependencies]
once_cell = "1.19.0"
rayon = "1.9.0"
thiserror = "1.0.57"
tokio = { version = "1.36.0", features = ["sync"] }
tracing = "0.1.40"
[features]
default = ["io"]
io = ["tokio/rt"]
[lints]
workspace = true