# 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 = "embedded-io-extras" version = "0.0.2" authors = ["overcat <4catcode@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Additional utilities for embedded-io, including a Cursor type for no_std environments." homepage = "https://github.com/lightsail-network/embedded-io-extras" readme = "README.md" keywords = [ "embedded", "no_std", "cursor", "rust", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/lightsail-network/embedded-io-extras" [lib] name = "embedded_io_extras" path = "src/lib.rs" [dependencies.embedded-io] version = "0.6.1" default-features = false [features] alloc = ["embedded-io/alloc"] default = [ "std", "alloc", ] defmt-03 = ["embedded-io/defmt-03"] std = ["embedded-io/std"]