[package] authors = ["Michael Leonhard "] description = "NOT MAINTAINED. This crate was replaced by the `fixed-buffer` crate with `tokio` feature." edition = "2018" license = "Apache-2.0" name = "fixed-buffer-tokio" readme = "Readme.md" repository = "https://gitlab.com/leonhard-llc/fixed-buffer-rs" version = "0.3.4" [dependencies] fixed-buffer = "^0.3.0" #fixed-buffer = { path = "../fixed-buffer" } tokio = { version = "1", features = ["io-util"] } [dev-dependencies] crc = "1" once_cell = "1" tokio = { version = "1", features = ["macros", "net", "rt", "time"] }