# 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 = "random-unicode-emoji" version = "1.0.1" authors = ["Nic Jones "] description = "A simple Rust crate that returns random Unicode emojis. ❤️" homepage = "https://github.com/NicPWNs/random-unicode-emoji-rs" documentation = "https://github.com/NicPWNs/random-unicode-emoji-rs" readme = "README.md" keywords = [ "emoji", "random", "unicode", ] categories = [ "gui", "encoding", "web-programming", "text-processing", "games", ] license = "MIT" repository = "https://github.com/NicPWNs/random-unicode-emoji-rs" [lib] crate-type = ["dylib"] bench = false [dependencies.include_dir] version = "0.7.3" [dependencies.rand] version = "0.8.5"