# 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 = "waterman" version = "0.1.0" authors = ["Sreeraj V Rajesh "] build = false exclude = [ ".gitignore", "tests/*", "examples/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool to easily flash code onto AVR microcontrollers using avrdude, enhancing the development workflow for embedded Rust projects." homepage = "https://github.com/cyberkutti-iedc/Niti-core/tree/main/waterman" documentation = "https://docs.rs/waterman" readme = "README.md" keywords = [ "avr", "arduino", "avrdude", "waterman", ] categories = [ "embedded", "hardware-support", "development-tools", ] license = "MIT" license-file = "LICENSE.txt" repository = "https://github.com/cyberkutti-iedc/Niti-core/tree/main/waterman" [[bin]] name = "waterman" path = "src/main.rs" [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"