# 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 = "polyanya" version = "0.11.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Polygon Any Angle Pathfinding" homepage = "https://github.com/vleue/polyanya" documentation = "https://docs.rs/polyanya" readme = "README.md" keywords = ["pathfinding"] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/vleue/polyanya" [package.metadata.docs.rs] features = [ "async", "detailed-layers", ] [lib] name = "polyanya" path = "src/lib.rs" bench = false [[example]] name = "aurora" path = "examples/aurora.rs" [[example]] name = "scenario_runner" path = "examples/scenario_runner.rs" [[example]] name = "tests-aurora" path = "examples/tests-aurora.rs" [[example]] name = "tests-aurora-merged" path = "examples/tests-aurora-merged.rs" [[test]] name = "arena" path = "tests/arena.rs" [[test]] name = "arena-merged" path = "tests/arena-merged.rs" [[test]] name = "arena-triangulation" path = "tests/arena-triangulation.rs" [[test]] name = "harmonia" path = "tests/harmonia.rs" [[test]] name = "triangulation" path = "tests/triangulation.rs" [[bench]] name = "baking" path = "benches/baking.rs" harness = false [[bench]] name = "is_in_mesh" path = "benches/is_in_mesh.rs" harness = false [[bench]] name = "merger" path = "benches/merger.rs" harness = false [[bench]] name = "no_path" path = "benches/no_path.rs" harness = false [[bench]] name = "path" path = "benches/path.rs" harness = false [[bench]] name = "triangulation" path = "benches/triangulation.rs" harness = false [dependencies.bvh2d] version = "0.5" [dependencies.geo] version = "0.28.0" [dependencies.glam] version = "0.27" features = ["approx"] [dependencies.hashbrown] version = "0.14" [dependencies.i_overlay] version = "1.6" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.smallvec] version = "1.13" features = [ "union", "const_generics", ] [dependencies.spade] version = "=2.10" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.tracing-tracy] version = "0.11" [features] async = [] default = ["async"] detailed-layers = [] no-default-baking = [] serde = [ "glam/serde", "bvh2d/serde", "dep:serde", ] stats = [] verbose = []