# 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 = "firecore-pokedex-engine" version = "0.0.1" authors = ["Rhys Holloway "] description = "GUIs and other graphical things for firecore-pokedex" readme = "README.md" license = "MIT" repository = "https://github.com/fiirecore/pokedex-engine" [dependencies.firecore-engine] version = "0.0.1" default-features = false [dependencies.firecore-pokedex] version = "0.0.5" [dependencies.hashbrown] version = "0.11" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tinystr] version = "0.4" features = ["serde"] default-features = false [features] audio = ["firecore-engine/audio"] default = ["audio"]