bevy-steering 0.5.0

Steering behaviors for the Bevy game engine
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 = "2024"
name = "bevy-steering"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Steering behaviors for the Bevy game engine"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/crestonbunch/bevy-steering"

[features]
serialize = [
    "dep:serde",
    "avian3d/serialize",
    "bevy/serialize",
]

[lib]
name = "bevy_steering"
path = "src/lib.rs"

[[example]]
name = "alignment"
path = "examples/alignment.rs"

[[example]]
name = "approach"
path = "examples/approach.rs"

[[example]]
name = "avoid"
path = "examples/avoid.rs"

[[example]]
name = "boids"
path = "examples/boids.rs"

[[example]]
name = "cohesion"
path = "examples/cohesion.rs"

[[example]]
name = "evasion"
path = "examples/evasion.rs"

[[example]]
name = "flee"
path = "examples/flee.rs"

[[example]]
name = "line_avoid"
path = "examples/line_avoid.rs"

[[example]]
name = "maze"
path = "examples/maze.rs"

[[example]]
name = "neighborhoods"
path = "examples/neighborhoods.rs"

[[example]]
name = "path_following"
path = "examples/path_following.rs"

[[example]]
name = "pursuit"
path = "examples/pursuit.rs"

[[example]]
name = "seek"
path = "examples/seek.rs"

[[example]]
name = "separation"
path = "examples/separation.rs"

[[example]]
name = "stress_test"
path = "examples/stress_test.rs"

[[example]]
name = "wander"
path = "examples/wander.rs"

[dependencies.avian3d]
version = "0.5.0"

[dependencies.bevy]
version = "0.18.0"

[dependencies.bitflags]
version = "2"

[dependencies.derivative]
version = "2.2.0"

[dependencies.enum-map]
version = "2.7.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
version = "1.0.228"
optional = true

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dev-dependencies.avian3d]
version = "0.5.0"
features = ["bevy_diagnostic"]

[dev-dependencies.vleue_navigator]
version = "0.15.0"
features = ["avian3d"]