# 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 = "quickgc" version = "0.2.2" description = "simple style with git commit comments for personal workflow" homepage = "https://github.com/chxmeleon/quickgc-rust" readme = "README.md" keywords = [ "cli", "git", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/chxmeleon/quickgc-rust" [[bin]] name = "zg" path = "src/main.rs" [dependencies.clap] version = "2.33.3" [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "5.0.1" [dependencies.inquire] version = "0.7.5" features = ["editor"] [dependencies.regex] version = "1.10.1" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.67" [dependencies.tokio] version = "1.33.0" features = ["full"]