polyanya 0.17.1

Polygon Any Angle Pathfinding
Documentation
# 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.17.1"
build = false
autolib = 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",
]

[features]
async = []
default = [
    "async",
    "recast",
]
detailed-layers = []
no-default-baking = []
recast = []
serde = [
    "glam/serde",
    "rstar/serde",
    "dep:serde",
    "rerecast/serialize",
]
stats = []
verbose = []

[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 = "empty-layer"
path = "tests/empty-layer.rs"

[[test]]
name = "fuzz"
path = "tests/fuzz.rs"

[[test]]
name = "harmonia"
path = "tests/harmonia.rs"

[[test]]
name = "issue-142"
path = "tests/issue-142.rs"

[[test]]
name = "mesh-v3"
path = "tests/mesh-v3.rs"

[[test]]
name = "no_path"
path = "tests/no_path.rs"

[[test]]
name = "recast"
path = "tests/recast.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 = "recast"
path = "benches/recast.rs"
harness = false

[[bench]]
name = "triangulation"
path = "benches/triangulation.rs"
harness = false

[dependencies.geo]
version = "0.33.1"

[dependencies.glam]
version = "0.32.1"
features = ["approx"]

[dependencies.hashbrown]
version = "0.17"

[dependencies.log]
version = "0.4"

[dependencies.rerecast]
version = "0.4.0"

[dependencies.rstar]
version = "0.13"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.smallvec]
version = "1.15"
features = [
    "union",
    "const_generics",
]

[dependencies.spade]
version = "2.15.0"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"
optional = true

[dev-dependencies.criterion]
version = "3.0"
package = "codspeed-criterion-compat"

[dev-dependencies.rerecast]
version = "0.4.0"
features = ["serialize"]

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"

[dev-dependencies.tracing-tracy]
version = "0.11"