[package] name = "recstrm" version = "0.0.1" edition = "2021" license = "0BSD" keywords = [ "channel" ] repository = "https://repos.qrnch.tech/pub/recstrm" description = "Special purpose flow-controlled channel used to stream records." rust-version = "1.56" exclude = [ ".fossil-settings", ".efiles", ".fslckout", "www", "rustfmt.toml" ] [dependencies] parking_lot = { version = "0.12.1" } [dev-dependencies] testtools = { version = "0.1.3" } tokio = { version = "1.35.1", features = [ "macros", "rt-multi-thread", "time" ] } [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"]