# 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] name = "emote" version = "0.1.0" authors = ["Matt Friedman "] description = "Display emoticons." homepage = "https://github.com/friedm/emote" documentation = "https://github.com/friedm/emote" readme = "README.md" keywords = ["emoticon", "emote"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/friedm/emote" [dependencies.blake2] version = "0.7" [dependencies.log] version = "0.4" [dependencies.time] version = "0.1" [dependencies.toml] version = "0.4" [dependencies.clap] version = "2.31" [dependencies.stderrlog] version = "0.4" [dependencies.serde_json] version = "1.0" [dependencies.app_dirs] version = "1.2.1" [dependencies.regex] version = "1.0.0" [dependencies.tempfile] version = "3" [dependencies.lazy_static] version = "1.0.1" [dependencies.digest] version = "0.7" features = ["std"]