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