# 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.82" name = "pl011-uart" version = "0.1.0" authors = [ "Anand Saminathan ", "Andrew Walbran ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A driver for the Arm PL011 UART." readme = "README.md" keywords = [ "arm", "aarch64", "driver", "uart", "pl011", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/google/pl011-uart" [lib] name = "pl011_uart" path = "src/lib.rs" [dependencies.bitflags] version = "2.3.2" [dependencies.embedded-io] version = "0.6.1" [dependencies.thiserror] version = "2.0.3" default-features = false