# 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" rust-version = "1.56" name = "circbuf" version = "0.2.1" authors = ["Jerome Froelich "] description = "A growable circular buffer for working with bytes" homepage = "https://github.com/jeromefroe/circbuf-rs" documentation = "https://docs.rs/circbuf/" readme = "README.md" keywords = [ "buffer", "bytes", "circular", "ring", ] license = "MIT" repository = "https://github.com/jeromefroe/circbuf-rs.git" [dependencies.bytes] version = "1.4.0" optional = true [dev-dependencies.tempfile] version = "3.6.0" [dev-dependencies.vecio] version = "0.1.0" [features] bytes = ["dep:bytes"]