# 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 = "gimoji" version = "1.1.1" authors = ["Zeeshan Ali Khan "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Easily add emojis to your git commit messages 🎉" readme = "README.md" keywords = [ "CLI", "git", "emoji", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/zeenix/gimoji" [profile.release] lto = "fat" [[bin]] name = "gimoji" path = "src/main.rs" [dependencies.arboard] version = "3.4.0" features = ["wayland-data-control"] default-features = false [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.crossterm] version = "0.28.0" features = ["use-dev-tty"] [dependencies.ratatui] version = "0.28.0" [dependencies.regex] version = "1.10.4" features = [ "std", "perf", "unicode-case", ] default-features = false [dependencies.terminal-light] version = "1.4.0" [build-dependencies.databake] version = "0.1.7" features = ["derive"] [build-dependencies.serde] version = "1.0.200" features = ["derive"] [build-dependencies.serde_json] version = "1.0.116" [target."cfg(unix)".dependencies.nix] version = "0.29" features = ["process"] default-features = false