# 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 = "gacm-rs" version = "0.0.3" description = "Git Account Management Tools & NPM Registry Manager" readme = "README.md" license = "MIT" [[bin]] name = "gacm" path = "src/bin/gacm.rs" [[bin]] name = "gnrm" path = "src/bin/gnrm.rs" [dependencies.clap] version = "4.2.2" features = ["derive"] [dependencies.colorized] version = "1.0.0" [dependencies.dirs] version = "5.0" [dependencies.futures] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.unicode-segmentation] version = "1.10.1" [dependencies.url] version = "2" features = ["serde"]