# 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 = "cargo-lockdiff" version = "0.4.0" authors = ["David Jonas "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "See what crates have changed after you run `cargo update` by comparing Cargo.lock to the vcs ref or file of your choice." readme = "README.md" keywords = [ "cargo", "lockdiff", "dependency", "lockfile", "diff", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/davidrjonas/cargo-lockdiff" [[bin]] name = "cargo-lockdiff" path = "src/main.rs" [dependencies.cargo-lock] version = "10" features = [] default-features = false [dependencies.clap] version = "4" features = [ "cargo", "derive", "env", ] [dependencies.eyre] version = "^0.6" [dependencies.prettytable-rs] version = "0.10" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1"