# 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 = "pipfile-util" version = "0.1.1" authors = ["Markus Kasten "] description = "Command line utility to create a diff of Pipfile.lock" readme = "README.md" keywords = [ "python", "pipenv", "git", ] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/markus-k/pipfile-util" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.git2] version = "0.15" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1"