# 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 = "landmass_oxidized_navigation" version = "0.1.0" exclude = ["/assets"] description = "An integration between bevy_landmass and oxidized_navigation for AI navigation." readme = "README.md" keywords = [ "navigation", "oxidized", "navmesh", "landmass", "bevy", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/andriyDev/landmass" [[example]] name = "example" path = "example/main.rs" [dependencies.bevy] version = "0.14.0" features = ["bevy_asset"] default-features = false [dependencies.bevy_landmass] version = "0.7.0" [dependencies.oxidized_navigation] version = "0.11.0" [dev-dependencies.bevy] version = "0.14.0" [dev-dependencies.bevy_rapier3d] version = "0.27.0" [dev-dependencies.oxidized_navigation] version = "0.11.0" features = ["rapier"] [lints.clippy] type_complexity = "allow"