# 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 = "2018" name = "ruspiro-uart" version = "0.4.0" authors = ["André Borrmann "] exclude = [".travis.yml", "Makefile.toml"] description = "Simple and convinient access API to the Raspberry Pi 3 UART0 (PL011) and UART1 (miniUART)\nperipherals\n" documentation = "https://docs.rs/ruspiro-uart/0.4.0" readme = "README.md" keywords = ["RusPiRo", "uart", "baremetal", "raspberrypi"] categories = ["no-std", "embedded"] license = "MIT OR Apache-2.0" repository = "https://github.com/RusPiRo/ruspiro-uart/tree/v0.4.0" [lib] [dependencies.ruspiro-gpio] version = "~0.4.3" [dependencies.ruspiro-mmio-register] version = "~0.1.3" [dependencies.ruspiro-register] version = "~0.5.4" [dependencies.ruspiro-timer] version = "~0.5.2" [features] ruspiro_pi3 = ["ruspiro-gpio/ruspiro_pi3", "ruspiro-timer/ruspiro_pi3"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "RusPiRo/ruspiro-uart"