# 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 = "ravedude" version = "0.1.8" authors = ["Rahix "] description = "Tool to easily flash code onto an AVR microcontroller with avrdude" readme = "README.md" keywords = [ "avr", "arduino", "avrdude", ] categories = [ "embedded", "hardware-support", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Rahix/avr-hal/tree/main/ravedude" [dependencies.anyhow] version = "1.0.38" [dependencies.colored] version = "2.0.0" [dependencies.ctrlc] version = "3.2.1" [dependencies.git-version] version = "0.3.4" [dependencies.serialport] version = "4.0.0" [dependencies.structopt] version = "0.3.21" features = ["color"] default-features = false [dependencies.tempfile] version = "3.2.0"