# 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 = "bevy_mod_wanderlust" version = "0.4.0" authors = ["PROMETHIA-27"] description = "A character controller library for Bevy Engine" homepage = "https://crates.io/crates/bevy_mod_wanderlust" documentation = "https://docs.rs/bevy_mod_wanderlust/*/bevy_mod_wanderlust/" readme = "README.md" keywords = ["Bevy"] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/PROMETHIA-27/bevy_mod_wanderlust" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [dependencies.bevy] version = "0.11" features = [ "bevy_render", "bevy_gizmos", ] default-features = false [dependencies.bevy_rapier3d] version = "0.22" features = [ "async-collider", "dim3", ] default-features = false [dev-dependencies.aether_spyglass] version = "0.2" [dev-dependencies.bevy] version = "0.11" [dev-dependencies.bevy_rapier3d] version = "0.22" features = ["debug-render"] [features] debug_lines = [] default = []