# 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 = "emoji-crafter" version = "0.1.3" authors = ["bunnegirl "] description = "a command line tool for automating emoji exports from svg, including animation" readme = "readme.md" keywords = [ "webp", "gif", "png", "svg", "image", ] categories = [ "command-line-utilities", "encoding", "graphics", "template-engine", ] license-file = "license.md" repository = "https://github.com/bunnegirl/emoji-crafter" [dependencies.clearscreen] version = "1.0" [dependencies.gif] version = "0.11" [dependencies.indexmap] version = "1.7" features = ["serde"] [dependencies.indicatif] version = "0.16" [dependencies.lazy_static] version = "1.4" [dependencies.notify] version = "4.0" [dependencies.rayon] version = "1.5" [dependencies.regex] version = "1.5" [dependencies.resvg] version = "0.18" [dependencies.roxmltree] version = "0.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.tiny-skia] version = "0.6" [dependencies.tinytemplate] version = "1.2" [dependencies.toml] version = "0.5" [dependencies.usvg] version = "0.18" [dependencies.webp-animation] version = "0.2"