[package] name = "snowgoons4809-device" version = "0.2.4+snowgoons-hack-4809" authors = ["Tim Walls ", "original by Rahix " ] edition = "2018" description = "Register access crate for ATmega4809. DO NOT USE unless you have a good reason." license = "MIT OR Apache-2.0" repository = "https://github.com/timwalls/avr-device" readme = "README.md" keywords = ["avr", "arduino"] categories = ["no-std", "embedded", "hardware-support"] include = [ "/src/**/*.rs", "/LICENSE-*", "/README.md", ] [package.metadata.docs.rs] all-features = true [features] atmega4809 = [] [dependencies] bare-metal = "0.2.5" vcell = "0.1.2" cfg-if = "0.1.10"