# 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 = "gmg" version = "0.1.2" authors = ["Serhij S. "] description = "git repo command-line manager" readme = "README.md" keywords = [ "git", "cli", "vcs", ] license = "Apache-2.0" repository = "https://github.com/alttch/gmg" [profile.release] codegen-units = 1 strip = true [dependencies.bmart-derive] version = "0.1.3" [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.configparser] version = "3.0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.tempdir] version = "0.3.7" [dependencies.users] version = "0.11.0" [dependencies.which] version = "4.3.0"