# 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_ray_casting" version = "0.2.3" authors = [ "Lucas Grossi ", "Luan Santos ", ] description = "Implements ray casting capabilities for Bevy, crucial for interactive game mechanics like line-of-sight, fog, complex collision, etc." homepage = "https://github.com/Ry-ot/Ryot/tree/main/crates/ryot_ray_casting" documentation = "https://docs.rs/ryot_ray_casting/" readme = "README.md" keywords = [ "ray-casting", "bevy", "trajectory", "game-mechanics", "ryot", ] categories = [ "game-development", "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", ] [[example]] name = "basic" [[example]] name = "stress_test" [[bench]] name = "grid_2d" [dependencies.bevy] version = "0.13" features = [ "animation", "bevy_asset", "bevy_audio", "bevy_core_pipeline", "bevy_gilrs", "bevy_gizmos", "bevy_gltf", "bevy_pbr", "bevy_render", "bevy_scene", "bevy_sprite", "bevy_text", "bevy_ui", "bevy_winit", "default_font", "hdr", "multi-threaded", "png", "tonemapping_luts", "vorbis", "webgl2", "x11", "zstd", ] optional = true default-features = false [dependencies.bevy_app] version = "0.13" [dependencies.bevy_ecs] version = "0.13" features = ["bevy_reflect"] [dependencies.bevy_math] version = "0.13" [dependencies.bevy_reflect] version = "0.13" features = ["bevy"] [dependencies.bevy_utils] version = "0.13" [dependencies.derive_more] version = "0.99.17" [dependencies.glam] version = "0.25" features = ["serde"] [dependencies.itertools] version = "0.12" features = ["use_std"] [dependencies.rand] version = "0.8" optional = true [dependencies.ryot_core] version = "0.2" [dependencies.ryot_utils] version = "0.2" [dev-dependencies.bevy] version = "0.13" features = [ "animation", "bevy_asset", "bevy_audio", "bevy_core_pipeline", "bevy_gilrs", "bevy_gizmos", "bevy_gltf", "bevy_pbr", "bevy_render", "bevy_scene", "bevy_sprite", "bevy_text", "bevy_ui", "bevy_winit", "default_font", "hdr", "multi-threaded", "png", "tonemapping_luts", "vorbis", "webgl2", "x11", "zstd", ] default-features = false [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" [features] stubs = [ "dep:bevy", "dep:rand", ]