# 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 = "attitudes" version = "1.0.0" authors = ["Lucy Gschwantner lucygschwantner@gmail.com"] description = "A CLI tool to help you express emotions at the press of a button" readme = "README.md" keywords = [ "emoticons", "cli", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/jackboxx/attitudes" [[bin]] name = "attitudes" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.base64] version = "0.21.2" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.3.19" features = [ "derive", "cargo", ] [dependencies.clipboard] version = "0.5.0" [dependencies.dialoguer] version = "0.10.4" features = ["fuzzy-select"] [dependencies.serde] version = "1.0.176" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.toml] version = "0.7.6"