# 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 = "abs_buff" version = "0.1.1" authors = ["lino "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "ABStraction of BUFFered IO" homepage = "https://github.com/ljsnogard/abs_buff" readme = "README.md" keywords = [ "IO", "buffer", "traits", ] categories = ["no-std"] license = "MIT/Apache-2.0" [lib] name = "abs_buff" path = "src/lib.rs" [dependencies.abs_sync] version = "0.1"