# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "avr-config" version = "2.0.1" authors = ["Dylan McKay "] description = "An AVR foundational crate for retrieving details, such as the CPU clock frequency, at runtime" documentation = "https://docs.rs/avr-config" categories = ["embedded"] license = "MIT" repository = "https://github.com/avr-rust/avr-config" [package.metadata.docs.rs] all-features = true [dependencies.const_env--value] version = "0.1" [features] cpu-frequency = [] default = []