# 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" rust-version = "1.76.0" name = "bevy_procedural_vegetation" version = "0.1.0" description = "A procedural vegetation system for the Bevy game engine." homepage = "https://bevy-procedural.org/vegetation" documentation = "https://docs.bevy-procedural.org/vegetation" readme = "README.md" keywords = [ "gamedev", "graphics", "bevy", "procedural", "vegetation", ] categories = [ "graphics", "rendering", "game-development", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bevy-procedural/vegetation" [profile.fast-dev] opt-level = 1 inherits = "dev" [profile.fast-dev.package.gfx-backend-vulkan] opt-level = 3 debug-assertions = false inherits = "dev" [profile.fast-dev.package."*"] opt-level = 3 inherits = "dev" [lib] name = "bevy_procedural_vegetation" crate-type = [ "rlib", "dylib", ] path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" doc-scrape-examples = true [dependencies.bevy] version = "^0.13.1" features = [ "bevy_pbr", "bevy_sprite", "tonemapping_luts", ] default-features = false [dependencies.bevy-inspector-egui] version = "^0.23.4" [dependencies.bevy_procedural_meshes] version = "^0.13.1" [dependencies.image] version = "0.25.1" [dependencies.render-to-texture] version = "^0.13.0" [features] default = [] dynamic = [ "bevy/dynamic_linking", "bevy/file_watcher", ] [lints.clippy] doc_markdown = "warn" manual_let_else = "warn" map_flatten = "warn" match_same_arms = "warn" ptr_as_ptr = "warn" ptr_cast_constness = "warn" redundant_else = "warn" ref_as_ptr = "warn" semicolon_if_nothing_returned = "warn" type_complexity = "allow" undocumented_unsafe_blocks = "warn" [lints.rust] unsafe_op_in_unsafe_fn = "warn"