# 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-embedded-io" version = "0.3.0" authors = ["Rasmus Melchior Jacobsen "] exclude = [".github"] description = "Async reader and writer types for minicbor" readme = "README.md" keywords = [ "embedded", "cbor", "minicbor", "embedded-io", "async", ] license = "MIT / Apache-2.0" repository = "https://github.com/rmja/minicbor-embedded-io" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-io-async] version = "0.6" [dependencies.futures-intrusive] version = "0.5" default-features = false [dependencies.minicbor] version = "0.24" [dev-dependencies.critical-section] version = "1" features = ["std"] [dev-dependencies.embassy-sync] version = "0.5" [dev-dependencies.minicbor] version = "0.24" features = ["alloc"] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [features] alloc = [] allocator_api = ["alloc"]