# 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 = "2018" name = "cmsis-cli" version = "0.7.0" authors = [ "Jimmy Brisson ", "Chris Reed ", "Mathias Brossard ", ] description = "Simple command line interface for CMSIS Pack management" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/pyocd/cmsis-pack-manager" [lib] name = "cmsis_cli" path = "src/lib.rs" [[bin]] name = "cmsis-cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.56" [dependencies.clap] version = "2.33.1" [dependencies.cmsis-pack] version = "0.7.0" [dependencies.directories] version = "4" [dependencies.log] version = "0.4.8" [dependencies.pbr] version = "^1.0.0" [dependencies.simplelog] version = "0.12.0" features = ["termcolor"] default-features = false [features]