# 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-battle-gui" version = "0.0.1-alpha.1" authors = ["Rhys H "] description = "Battle GUI client for firecore-battle" readme = "README.md" keywords = ["battle", "gamedev"] categories = ["game-development"] license = "MIT" repository = "https://github.com/fiirecore/battle-gui" [dependencies.crossbeam-channel] version = "0.5" [dependencies.firecore-battle] version = "0.0.5" features = ["default_endpoint"] default-features = false [dependencies.firecore-pokedex-engine] version = "0.0.1" default-features = false [dependencies.hashbrown] version = "0.11" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" default-features = false [features] audio = ["firecore-pokedex-engine/audio"] default = ["audio"]