# 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] name = "dependency-refresh" version = "0.3.0" authors = ["Jan Murawski "] description = "This tool is meant to update rust dependency versions within Cargo.toml files." readme = "README.md" keywords = ["toml", "dependencies", "Cargo", "update"] license = "GPL-3.0-only" repository = "https://github.com/RoffelKartoffel/dependency-refresh" [lib] name = "libdr" path = "src/lib.rs" [[bin]] name = "dr" path = "src/bin.rs" [dependencies.reqwest] version = "0.11.4" features = ["blocking", "gzip"] [dependencies.semver] version = "1.0.4" [dependencies.serde_json] version = "1.0.67" [dependencies.structopt] version = "0.3.23" [dependencies.toml_edit] version = "0.2.1"