# 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 = "minicbor-io" version = "0.20.1" authors = ["Toralf Wittner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A set of I/O utilities for minicbor." readme = "README.md" keywords = [ "cbor", "minicbor", "serialization", "encoding", "no_std", ] categories = ["encoding"] license = "BlueOak-1.0.0" repository = "https://github.com/twittner/minicbor" [package.metadata.docs.rs] all-features = true [lib] name = "minicbor_io" path = "src/lib.rs" [[test]] name = "aio" path = "tests/aio.rs" [[test]] name = "io" path = "tests/io.rs" [dependencies.futures-core] version = "0.3.8" optional = true [dependencies.futures-io] version = "0.3.8" optional = true [dependencies.futures-util] version = "0.3.8" features = ["io"] optional = true [dependencies.minicbor] version = "0.25.1" features = ["std"] [dev-dependencies.minicbor] version = "0.25.1" features = [ "std", "derive", ] [dev-dependencies.quickcheck] version = "1.0.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "net", "rt", ] [dev-dependencies.tokio-util] version = "0.7" features = ["compat"] [features] async-io = [ "futures-core", "futures-io", "futures-util", ]