# 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 = "adx" version = "5.0.0" authors = ["Harsh Shandilya "] description = "Poll Google's Maven repository to fetch the latest versions of AndroidX packages" homepage = "https://github.com/msfjarvis/androidx-release-watcher" readme = "README.md" keywords = [ "maven", "androidx", ] license = "MIT/Apache-2.0" repository = "https://github.com/msfjarvis/androidx-release-watcher" [dependencies.clap] version = "4.5.4" features = [ "color", "deprecated", "derive", ] [dependencies.color-eyre] version = "0.6.3" default-features = false [dependencies.futures] version = "0.3.30" [dependencies.reqwest] version = "0.12.4" features = ["rustls-tls"] default-features = false [dependencies.roxmltree] version = "0.20.0" features = ["std"] [dependencies.semver] version = "1.0.22" [dependencies.thiserror] version = "1.0.59" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.insta-cmd] version = "0.6.0" [features] measure-alloc = [] [badges.maintenance] status = "actively-developed"