# 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 = "procedural-meshes" version = "0.1.0" description = "A procedural meshes system for the Bevy game engine." homepage = "https://bevy-procedural.org/meshes" documentation = "https://docs.bevy-procedural.org/meshes" readme = "README.md" keywords = [ "gamedev", "graphics", "bevy", "procedural", "meshes", ] categories = [ "graphics", "rendering", "game-development", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bevy-procedural/meshes" [profile.dev] opt-level = 1 [profile.dev.package.gfx-backend-vulkan] opt-level = 3 debug-assertions = false [profile.dev.package."*"] opt-level = 3 [lib] name = "procedural_meshes" crate-type = ["rlib"] path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" doc-scrape-examples = true [dependencies.bevy] version = "0.13.0" features = ["dynamic_linking"] [dependencies.bevy-inspector-egui] version = "0.23.2" [dependencies.lyon] version = "1.0.1" [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"