# 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 = "bevy_trenchbroom" version = "0.5.1" authors = ["Noxmore"] exclude = ["assets"] description = "Bevy integration with TrenchBroom" readme = "readme.md" categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/Noxmore/bevy_trenchbroom" [dependencies.anyhow] version = "1.0" [dependencies.avian3d] version = "0.1" optional = true [dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_render", "bevy_pbr", "serialize", ] default-features = false [dependencies.bevy_rapier3d] version = "0.27" optional = true [dependencies.bevy_reflect] version = "0.14" features = ["documentation"] [dependencies.default-struct-builder] version = "0.5.0" [dependencies.disjoint-sets] version = "0.4.2" [dependencies.float-ord] version = "0.3" [dependencies.image] version = "0.25" [dependencies.indexmap] version = "2.2" features = ["serde"] [dependencies.itertools] version = "0.13" [dependencies.json] version = "0.12" [dependencies.once_cell] version = "1.19.0" [dependencies.quake-util] version = "0.3.2" features = [ "std", "hashbrown", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.smart-default] version = "0.7" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" [dev-dependencies.bevy] version = "0.14" features = ["bevy_scene"] [dev-dependencies.bevy_flycam] version = "0.14" [features] avian = ["dep:avian3d"] rapier = ["dep:bevy_rapier3d"]