# 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 = "mythoji" version = "0.1.0" authors = ["Matan Lurey "] description = "A minimal Rust crate that helps identify and display fantasy appropriate emojis" readme = "README.md" keywords = [ "emoji", "fantasy", "medieval", "games", "gamedev", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/matanlurey/mythoji" [[example]] name = "creatures" required-features = ["iter"] [[example]] name = "locations" required-features = ["iter"] [[example]] name = "items" required-features = ["iter"] [[example]] name = "people" required-features = ["iter"] [[example]] name = "symbols" required-features = ["iter"] [dependencies.strum] version = "0.24.1" optional = true [dependencies.strum_macros] version = "0.24.3" optional = true [features] iter = [ "strum", "strum_macros", ]