# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "latest-version" version = "0.1.2" authors = ["Paul Horn "] description = "Check deps.dev for the latest version of artifacts" homepage = "https://github.com/knutwalker/latest-version/" keywords = ["latest", "version", "dependencies", "maven", "deps-dot-dev"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/knutwalker/latest-version/" resolver = "2" [profile.dev.package.backtrace] opt-level = 3 [profile.release] opt-level = 2 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [dependencies.clap] version = "3.0.0-beta.2" features = ["color", "std"] default-features = false [dependencies.color-eyre] version = "0.5" default-features = false [dependencies.console] version = "0.14" default-features = false [dependencies.lenient_semver] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["gzip", "rustls-tls", "json"] default-features = false [dependencies.semver] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["rt", "io-std"] [dev-dependencies.test-case] version = "1.1.0"