# 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 = "megatiny_hal" version = "0.2.0" authors = ["Alaric Pan"] exclude = [ "atdfs/*", "svds/*", "build_files/*", "device_files/*", "json_spec_files/*", "test_pcb_boards/*", ] description = "A hardware abstraction layer for attiny and atmega avr devices." homepage = "http://alaricpan.org/projects/megatiny_hal.html" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/APan55555/megatiny_hal" resolver = "2" [dependencies.bare-metal] version = "0.2.x" [dependencies.panic-halt] version = "0.2.0" [dependencies.vcell] version = "0.1.x"