# 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_generative" version = "0.3.1" build = false exclude = [".github/**/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural generation in Bevy" homepage = "https://github.com/manankarnik/bevy_generative" documentation = "https://docs.rs/bevy_generative" readme = "README.md" keywords = [ "bevy", "gamedev", "procedural", "generation", "graphics", ] categories = [ "game-development", "graphics", "rendering", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/manankarnik/bevy_generative" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.release] lto = "thin" [lib] name = "bevy_generative" path = "src/lib.rs" [dependencies.bevy] version = "0.14.0" features = [ "bevy_core_pipeline", "bevy_pbr", "bevy_ui", ] default-features = false [dependencies.colorgrad] version = "0.6.2" [dependencies.gltf] version = "1.3.0" [dependencies.image] version = "0.25" [dependencies.noise] version = "0.9.0" [dependencies.rfd] version = "0.12.1" [dependencies.serde] version = "1.0.195" [dependencies.serde_json] version = "1.0.111" [dependencies.wasm-bindgen] version = "0.2.89"