# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "buffex" version = "0.0.1" authors = ["lino "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "BUFFer EXtensions: ring buffer and buffer chaining." homepage = "https://github.com/ljsnogard/buffex" readme = "README.md" keywords = ["buffer"] categories = [ "algorithms", "no-std", ] license = "MIT/Apache-2.0" [lib] name = "buffex" path = "src/lib.rs" [dependencies.abs_buff] version = "0.1" [dependencies.asyncex] version = "0.0.1" [dependencies.core_malloc] version = "0.1" [dependencies.pin-project] version = "1.1.*" [dev-dependencies.chrono] version = "0.4.*" [dev-dependencies.env_logger] version = "0.11.*" [dev-dependencies.log] version = "0.4.*" [dev-dependencies.rand] version = "0.8.*" [dev-dependencies.tokio] version = "1" features = ["full"]