# 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 = "version-checker" version = "0.1.13" authors = ["altrius "] description = "A clean, easy to use version checker built to help you track problems with your dependencies" readme = "README.md" license = "MIT" [dependencies.cargo_toml] version = "0.8.1" [dependencies.clap] version = "2.33.3" [dependencies.crates_io_api] version = "0.6.1" [dependencies.regex] version = "1.4.3" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.semver] version = "0.11.0" [dependencies.serde] version = "1.0.119" [dependencies.serde_derive] version = "1.0.119" [dependencies.toml] version = "0.5.8" [dependencies.zip] version = "0.5.9"