# 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] edition = "2018" name = "rxprog" version = "1.0.2" authors = ["The6P4C "] description = "Library implementing the Boot Mode protocol for specific Renesas microcontrollers and CLI for programming firmware images" homepage = "https://github.com/the6p4c/rxprog" documentation = "https://docs.rs/rxprog" readme = "README.md" keywords = ["renesas"] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/the6p4c/rxprog.git" [[bin]] name = "rxprog-cli" required-features = ["rxprog-cli"] [dependencies.clap] version = "2.33.1" optional = true [dependencies.ihex] version = "3.0.0" optional = true [dependencies.serialport] version = "3.3.0" [dependencies.srec] version = "0.2.0" optional = true [dev-dependencies] [features] rxprog-cli = ["clap", "ihex", "srec"]