# 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 = "stlink-tool-rs" version = "0.2.0" authors = ["Mads Andreasen "] description = "A tool to flash chinese ST-link dongles" homepage = "https://github.com/MadsAndreasen/stlink-tool-rs" readme = "README.md" keywords = [ "stlink", "embedded", "debug", "swd", "black-magic-probe", ] license = "MIT" [package.metadata.deb] assets = [ [ "target/release/stlink-tool-rs", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/cargo-deb/README", "644", ], [ "assets/98-stlink-rs.rules", "/etc/udev/rules.d/98-stlink-rs.rules", "644", ], ] [dependencies.aes] version = "0.8.2" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.ecb] version = "0.1.1" features = ["alloc"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.num_enum] version = "0.5.11" [dependencies.rusb] version = "0.9.1"