# 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 = "cargo-depdiff" version = "0.1.0" authors = ["Michal 'vorner' Vaner ", "Ondra Pelech "] description = "Tool for examining changes to dependencies" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/avast/cargo-depdiff" [dependencies.anyhow] version = "~1" [dependencies.cargo] version = "~0.49" [dependencies.cargo-lock] version = "~6" [dependencies.difference] version = "~2" [dependencies.either] version = "~1" [dependencies.git2] version = "~0.13" [dependencies.itertools] version = "~0.9" [dependencies.semver] version = "~0.10" [dependencies.structopt] version = "~0.3" [dependencies.thiserror] version = "~1"