# 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 = "cargo-avrdude" version = "0.1.0" authors = ["Karol Belina "] description = "Cargo extension for seamlessly passing the compiled binary to AVRDUDE" readme = "README.md" keywords = [ "cargo", "extension", "avr", "avrdude", ] categories = [ "command-line-utilities", "development-tools", "embedded", ] license = "MIT" repository = "https://github.com/karolbelina/cargo-avrdude" resolver = "2" [dependencies.cargo_metadata] version = "0.15" [dependencies.colored] version = "2" [dependencies.itertools] version = "0.10" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1"