# 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 = "vorago-peb1" version = "0.1.0" authors = ["Robin Mueller "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Board Support Crate for the Vorago PEB1 development board" homepage = "https://egit.irs.uni-stuttgart.de/rust/vorago-peb1" readme = "README.md" keywords = [ "no-std", "peb1", "cortex-m", "vorago", "va416xx", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "Apache-2.0" repository = "https://egit.irs.uni-stuttgart.de/rust/vorago-peb1" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--generate-link-to-definition"] [lib] name = "vorago_peb1" path = "src/lib.rs" [dependencies.cortex-m] version = "0.7" [dependencies.cortex-m-rt] version = "0.7" [dependencies.embedded-hal] version = "1" [dependencies.lis2dh12] version = "0.7" features = ["out_f32"] [dependencies.va416xx-hal] version = ">=0.3, <0.4" features = ["va41630"] [features] rt = ["va416xx-hal/rt"]