[package] name = "avr-config" version = "2.0.1" authors = ["Dylan McKay "] edition = "2018" description = "An AVR foundational crate for retrieving details, such as the CPU clock frequency, at runtime" repository = "https://github.com/avr-rust/avr-config" documentation = "https://docs.rs/avr-config" categories = ["embedded"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = [] cpu-frequency = [] [dependencies] const_env--value = "0.1" [package.metadata.docs.rs] all-features = true