# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gitmoji" version = "1.0.0" authors = ["Jonas Geschke "] description = "CLI for gitmoji" homepage = "https://github.com/kegesch/gitmoji-cli" documentation = "https://docs.rs/gitmoji-cli" license = "MIT" repository = "https://github.com/kegesch/gitmoji-cli" [dependencies.clap] version = "^2.33.0" features = ["yaml", "wrap_help"] [dependencies.colored] version = "1.9.2" [dependencies.confy] version = "0.3.1" [dependencies.dialoguer] version = "0.5.0" [dependencies.dirs] version = "2.0.2" [dependencies.enquirer] version = "0.3.0" [dependencies.json] version = "0.12.1" [dependencies.once_cell] version = "1.3.1" [dependencies.reqwest] version = "0.10.1" features = ["json", "blocking"] [dependencies.serde] version = "1.0.104" [dependencies.serde_derive] version = "1.0.104" [dependencies.spinners] version = "1.2.0"