avrd 0.3.1

Device-specific constants and information for all AVR microcontrollers
[package]
name = "avrd"
version = "0.3.1"
authors = ["Dylan McKay <me@dylanmckay.io>"]

description = """
Device-specific constants and information for all AVR microcontrollers
"""

license = "MIT"
repository = "https://github.com/avr-rust/avrd"
documentation = "https://docs.rs/avrd"

keywords = ["avr", "mcu", "io", "constants", "pins"]
categories = ["embedded"]

[features]
default = []
# Enable all microcontrollers.
all_mcus = []

[dependencies]

[build-dependencies]
avr-mcu = "0.3"

[profile.dev]
# Most of the build consists of generating the mcu description files. So
# enable optimizations to speed this process.
opt-level = 2