# 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.56" name = "embedded-hal-nb" version = "1.0.0" description = "Non-blocking Hardware Abstraction Layer (HAL) for embedded systems using the `nb` crate." documentation = "https://docs.rs/embedded-hal-nb" readme = "README.md" keywords = [ "hal", "IO", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded/embedded-hal" [dependencies.embedded-hal] version = "1.0.0" [dependencies.nb] version = "1" [dev-dependencies.cortex-m-rt] version = "0.7" [dev-dependencies.stm32f1] version = "0.15" features = [ "stm32f103", "rt", ]