# 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 = "bose-dfu" version = "1.1.0" authors = ["Thomas Hebb "] exclude = [ "/.github", "/test_data", ] description = "Firmware updater for various Bose devices" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tchebb/bose-dfu" resolver = "2" [profile.release] lto = "fat" strip = "symbols" [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.3" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.crc32fast] version = "1.2" [dependencies.env_logger] version = "0.9" [dependencies.hidapi] version = "1.3" features = [ "linux-static-hidraw", "illumos-static-libusb", ] default-features = false [dependencies.log] version = "0.4" [dependencies.num_enum] version = "0.5" [dependencies.thiserror] version = "1.0"