# 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 = "atpacks-svd-harvester" version = "0.9.10" authors = ["Michal Fita <4925040+michalfita@users.noreply.github.com>"] description = "Obtains recent SVDs from Microchip ATPACKs repository." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/atsams-rs/atpacks-svd-harvester" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.2" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0" [dependencies.lazy-regex] version = "3.1.0" [dependencies.quick-xml] version = "=0.26.0" features = ["serialize"] [dependencies.reqwest] version = "0.11" features = [ "cookies", "gzip", "deflate", "multipart", "trust-dns", "rustls-tls-native-roots", ] default-features = false [dependencies.scraper] version = "0.18.1" [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.tokio] version = "1.21" features = [ "rt", "net", "macros", ] [dependencies.zip] version = "0.6" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.tempfile] version = "3.8.1"