# 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 = "twemoji-assets" version = "1.3.0+15.1.0" authors = ["Tim 'Piepmatz' Hesse"] exclude = [ ".gitignore", "Cargo.lock", "emojibase.data.json", "emojibase.shortcodes.json", "gen.rs", "Makefile.toml", "templates", ] description = "A sophisticated crate that provides the assets from Twemoji." readme = "README.md" keywords = [ "twitter", "emoji", "twemoji", "assets", ] categories = [ "graphics", "value-formatting", ] license = "MIT" repository = "https://github.com/cptpiepmatz/twemoji-assets" [package.metadata.docs.rs] all-features = true [[bench]] name = "from_emoji" harness = false [[bench]] name = "from_name" harness = false [dev-dependencies.criterion] version = "0.5" [features] default = [ "svg", "names", ] names = [] png = [] svg = []