# 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_internal" version = "0.2.2" authors = [ "Lucas Grossi ", "Luan Santos ", ] description = "Internal utilities and foundational elements for use within the Ryot framework, supporting cross-crate functionality." homepage = "https://github.com/ry-ot/Ryot" documentation = "https://docs.rs/ryot/" keywords = [ "internal-utilities", "framework-support", "development-tools", "ryot", ] categories = [ "game-development", "game-engines", ] 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.ryot_assets] version = "0.2.0" optional = true [dependencies.ryot_core] version = "0.2" [dependencies.ryot_pathfinder] version = "0.2.0" features = ["ryot_tiled"] optional = true [dependencies.ryot_ray_casting] version = "0.2.0" optional = true [dependencies.ryot_sprites] version = "0.2" [dependencies.ryot_tibia] version = "0.2.0" optional = true [dependencies.ryot_tiled] version = "0.2" [dependencies.ryot_utils] version = "0.2" [features] bevy = [ "ryot_assets", "ryot_core/bevy", "ryot_utils/bevy", "ryot_tiled/bevy", "ryot_tibia?/bevy", ] compression = ["ryot_utils/compression"] debug = [ "ryot_sprites/debug", "ryot_tiled/debug", ] egui = ["ryot_tiled/egui"] lmdb = ["ryot_tiled/lmdb"] ray_cast = ["ryot_ray_casting"] ryot_tibia = [ "dep:ryot_tibia", "ryot_assets/ryot_tibia", ]