# 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-pack" version = "0.7.0" authors = [ "Jimmy Brisson ", "Chris Reed ", "Mathias Brossard ", ] description = "Rust crate for managing CMSIS Packs" readme = "README.md" keywords = [ "embedded", "cmsis", ] categories = [ "embedded", "hardware-support", "development-tools::debugging", ] license = "Apache-2.0" repository = "https://github.com/pyocd/cmsis-pack-manager" [dependencies.anyhow] version = "1.0.56" [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3.8" [dependencies.log] version = "0.4.8" [dependencies.minidom] version = "0.12.0" [dependencies.reqwest] version = "0.12.0" features = [ "rustls-tls-native-roots", "trust-dns", "stream", ] default_features = false [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "macros", "rt", ] [dev-dependencies.time] version = "0.3.3" [features] default = []