# 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.60" name = "embedded-io-adapters" version = "0.6.1" description = "Adapters between the `embedded-io` traits and other I/O traits" readme = "README.md" categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded/embedded-hal" [package.metadata.docs.rs] features = [ "std", "tokio-1", "futures-03", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.embedded-io] version = "0.6" [dependencies.embedded-io-async] version = "0.6.1" optional = true [dependencies.futures] version = "0.3.21" features = ["std"] optional = true default-features = false [dependencies.tokio] version = "1" features = ["io-util"] optional = true default-features = false [features] futures-03 = [ "std", "dep:futures", "dep:embedded-io-async", "embedded-io-async?/std", ] std = ["embedded-io/std"] tokio-1 = [ "std", "dep:tokio", "dep:embedded-io-async", "embedded-io-async?/std", ]