# 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 = "rustwemoji-image" version = "0.1.0" include = [ "src/**/*", "Cargo.toml", "Cargo.lock", ] description = "A library for rendering emojis from the Rustwemoji database to images" homepage = "https://github.com/neodyland/rustwemoji-image" readme = "README.md" keywords = [ "emoji", "rustwemoji", "image", "rendering", "image", ] categories = [ "api-bindings", "image-processing", ] license = "MIT" repository = "https://github.com/neodyland/rustwemoji-image" [dependencies.image] version = "0.24.6" [dependencies.imageproc] version = "0.23.0" [dependencies.isahc] version = "1.7.2" [dependencies.rusttype] version = "0.9.3" [dependencies.rustwemoji-parser] version = "0.1.1" [dev-dependencies.async-std] version = "1.12.0" [dev-dependencies.tokio] version = "1.27.0" features = ["macros"] [features] async-std = ["rustwemoji-parser/async-std"] default = ["discord"] discord = ["rustwemoji-parser/discord"] tokio = ["rustwemoji-parser/tokio"]