# 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 = "ryot_tibia" version = "0.2.3" authors = [ "Lucas Grossi ", "Luan Santos ", ] description = "Specializes in managing and integrating Tibia-specific legacy assets, tailored for games inspired by the classic Tibia." homepage = "https://github.com/ry-ot/Ryot" documentation = "https://docs.rs/ryot/" readme = "README.md" keywords = [ "tibia", "legacy-games", "game-assets", "asset-integration", "ryot", ] categories = [ "game-development", "game-engines", "games", ] license = "AGPL-3.0-only" repository = "https://github.com/ry-ot/Ryot" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "-Zunstable-options", "--cfg", "docsrs", ] [dependencies.bevy_app] version = "0.13" optional = true [dependencies.bevy_asset] version = "0.13" optional = true [dependencies.bevy_utils] version = "0.13" optional = true [dependencies.derive_more] version = "0.99.17" [dependencies.glam] version = "0.25" features = ["serde"] [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12" [dependencies.ryot_core] version = "0.2" [dependencies.ryot_sprites] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.wasm-bindgen-futures] version = "0.4.42" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rstest] version = "0.18" [dev-dependencies.time-test] version = "0.2.3" [build-dependencies.prost-build] version = "0.12" [features] bevy = [ "dep:bevy_app", "dep:bevy_asset", "bevy_utils", ] default = ["bevy"]