# 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 = "2018" name = "pargit" version = "1.3.0" authors = ["Rotem Yaari"] description = "Git workflow utility" homepage = "https://github.com/vmalloc/pargit" readme = "README.md" keywords = [ "git", "workflow", ] license = "MIT" repository = "https://github.com/vmalloc/pargit" [dependencies.anyhow] version = "1.0.37" [dependencies.clap] version = "4.4" features = [ "derive", "env", ] [dependencies.console] version = "0.14.0" [dependencies.dialoguer] version = "0.8.0" [dependencies.env_logger] version = "0.8.2" [dependencies.git2] version = "0.13.15" features = [] default-features = false [dependencies.log] version = "0.4.11" [dependencies.pathdiff] version = "0.2.0" [dependencies.semver] version = "0.11.0" [dependencies.serde] version = "1.0.119" features = ["derive"] [dependencies.strum] version = "0.20.0" [dependencies.strum_macros] version = "0.20.1" [dependencies.toml] version = "0.5.8" [dependencies.toml_edit] version = "0.22.0" [dependencies.walkdir] version = "2.3.1"