# 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 = "2018" name = "emote_mapper" version = "0.1.2" description = "Maps emote names to their respective emoji using a csv map" keywords = ["cli", "emoji", "emote"] categories = ["command-line-interface", "text-processing"] license = "MIT" repository = "https://nest.pijul.com/ModProg/emote_mapper" [dependencies.csv] version = "1.1.6" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.regex] version = "1.0" optional = true [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_with] version = "1.10.0" [dependencies.thiserror] version = "1.0.30" [features] default = ["re"] re = ["regex", "lazy_static"]