# 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 = "bmputil" version = "0.1.3" description = "Black Magic Probe Firmware Manager" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/blackmagic-debug/bmputil" [profile.release] lto = "fat" debug = 2 [dependencies.anstyle] version = "1.0.2" [dependencies.anyhow] version = "1.0" [dependencies.bstr] version = "1.6.0" [dependencies.clap] version = "4.0" features = [ "std", "color", "help", "usage", "unicode", "wrap_help", "unstable-styles", "cargo", ] default-features = false [dependencies.const_format] version = "0.2" [dependencies.dfu-core] version = "0.6.0" features = ["std"] [dependencies.dfu-libusb] version = "0.5.1" [dependencies.env_logger] version = "0.10" [dependencies.goblin] version = "0.8.0" features = [ "std", "elf32", "elf64", "endian_fd", ] default-features = false [dependencies.indicatif] version = "0.17.5" [dependencies.libc] version = "0.2.147" [dependencies.log] version = "0.4" [dependencies.rusb] version = "0.9" [dependencies.termcolor] version = "1.2.0" [dependencies.thiserror] version = "1.0" [build-dependencies.rustc_version] version = "0.4" [build-dependencies.static_vcruntime] version = "2.0" [features] backtrace = [] default = [ "detect-backtrace", "vendored", ] detect-backtrace = [] vendored = ["rusb/vendored"] [target."cfg(windows)".dependencies.deelevate] version = "0.2.0" [target."cfg(windows)".dependencies.lazy_static] version = "1.4.0" [target."cfg(windows)".dependencies.libc] version = "0.2.132" [target."cfg(windows)".dependencies.wdi] version = "0.1.0" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "std", "setupapi", "winuser", "devguid", ] [target."cfg(windows)".dependencies.winreg] version = "0.10.1"