# 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 = "firecore-pokedex" version = "0.0.9" authors = ["Rhys H "] description = "A pokedex library" readme = "README.md" keywords = [ "pokemon", "pokedex", ] categories = ["game-development"] license = "CC0-1.0" repository = "https://github.com/fiirecore/pokedex/" resolver = "2" [dependencies.enum-map] version = "2" features = ["serde"] [dependencies.hashbrown] version = "0.12" features = ["serde"] [dependencies.rand] version = "0.8" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.tinystr] version = "0.6" features = ["serde"] default-features = false