# 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 = "pi_orca" version = "0.4.8" description = "A* Path Finding Algorithm" readme = "README.md" keywords = [ "orca", "orca2", "pi_orca", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GaiaWorld/pi_orca.git" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [lib] crate-type = [ "lib", "cdylib", ] [dependencies.parry2d] version = "0.13" [dependencies.pi_slotmap] version = "0.1" [dependencies.pi_spatial] version = "0.5" [dependencies.pi_wy_rng] version = "0.1" [dependencies.rand] version = "0.8" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dependencies.serde-wasm-bindgen] version = "0.5" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2"