[package] name = "bare_cnr" description = "BARE-based Command and Response library" license = "MIT OR Apache-2.0" repository = "https://bics.ga/reivilibre/bare_cnr.git" version = "0.1.0-alpha.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.31" serde = "1.0.137" serde_bare = "0.5.0" dashmap = "5.3.4" log = "0.4.17" rand = "0.8.5" [dev-dependencies] tokio-test = "0.4.2" [dependencies.tokio] # TODO optional = true version = "1.18.2" features = ["full"] # TODO restrict this [features] # TODO default = ["tokio"]