# 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 = "unowned-buf" version = "0.1.2" authors = ["Alexander Schütz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Buffered Read+BufRead and Write for Rust that does not own the underlying Read/Write" readme = "README.md" keywords = [ "buffer", "read", "write", ] categories = ["caching"] license = "MIT OR Apache-2.0" repository = "https://github.com/AlexanderSchuetz97/unowned-buf" [lib] name = "unowned_buf" path = "src/lib.rs" [[test]] name = "bad_example" path = "tests/bad_example.rs" [[test]] name = "example" path = "tests/example.rs" [[test]] name = "test" path = "tests/test.rs" [dev-dependencies.rand] version = "0.8.5"