# 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 = "cign" version = "0.2.0" authors = ["Stan Drozd "] description = "Watch configured git repos, check if all are clean with one command" readme = "README.md" keywords = [ "git", "cli", "tool", ] categories = [ "command-line-utilities", "filesystem", "development-tools", ] license = "MIT" repository = "https://github.com/drozdziak1/cign" [dependencies.clap] version = "4" features = ["derive"] [dependencies.dialoguer] version = "0.10" [dependencies.env_logger] version = "0.9" [dependencies.failure] version = "0.1" [dependencies.git2] version = "0.15" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.shellexpand] version = "3.0" [dependencies.toml] version = "0.5.9"