# 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 = "underworld_core" version = "0.6.3" exclude = [ "/fixtures", "/.github", "/.vscode", ".*", ] description = "Small library to either play a game or assist in generating rooms" readme = "README.md" keywords = ["gamedev"] license = "MIT" repository = "https://github.com/SpinningGoblin/underworld/tree/main/core" [dependencies.bevy_ecs] version = "0.9" optional = true [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.poem-openapi] version = "2.0" optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.3" features = [ "v4", "fast-rng", "serde", ] [features] bevy_components = ["bevy_ecs"] json = ["serde_json"] openapi = ["poem-openapi"] serialization = ["serde"]