# 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 = "arm-pl011-rs" version = "0.2.0" authors = ["周睿 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PL011 UART driver" readme = "README.md" keywords = [ "pl011", "no-std", "embedded-hal", "async", ] categories = [ "no-std", "embedded", "asynchronous", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://gitee.com/zr233/arm-pl011-rs" [lib] name = "arm_pl011_rs" path = "src/lib.rs" doctest = false [[example]] name = "async_api" path = "examples/async_api.rs" [[example]] name = "sync_api" path = "examples/sync_api.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.embedded-io] version = "0.6" [dependencies.embedded-io-async] version = "0.6" [dependencies.spin_on] version = "0.1" [dependencies.tock-registers] version = "0.9"