# 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] name = "avr-test-suite" version = "0.1.1" authors = ["Dylan McKay "] description = "An AVR compiler integration test suite" documentation = "https://docs.rs/avr-test-suite" readme = "README.md" keywords = ["avr", "emulator", "microcontroller", "io", "cpu"] license = "MIT" repository = "https://github.com/dylanmckay/avr-test-suite" [[bin]] name = "avr-lit" path = "src/avr-lit/main.rs" [[bin]] name = "avr-sim" path = "src/avr-sim/main.rs" [dependencies.simavr-sys] version = "1.5.4" [dependencies.vsprintf] version = "1.0" [dependencies.tempfile] version = "2.1" [dependencies.lit] version = "0.2.6" [dependencies.bitflags] version = "0.9"