# 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 = "buffered-io" version = "0.5.4" authors = ["Rasmus Melchior Jacobsen "] exclude = [".github"] description = "Bufferering types for embedded-io" readme = "README.md" keywords = [ "embedded", "buffer", "embedded-io", "read", "write", ] license = "MIT / Apache-2.0" repository = "https://github.com/rmja/buffered-io" [dependencies.embedded-io] version = "0.6" [dependencies.embedded-io-async] version = "0.6" [dev-dependencies.embedded-io-adapters] version = "0.6" features = ["std"] [dev-dependencies.embedded-io-async] version = "0.6" features = ["std"] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [dev-dependencies.tokio-test] version = "0.4"