# 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_lazy_prefabs" version = "0.2.1" authors = ["sark"] description = "Simple readable/writable prefab text files in bevy." homepage = "https://github.com/sarkahn/bevy_lazy_prefabs" license = "MIT" repository = "https://github.com/sarkahn/bevy_lazy_prefabs" resolver = "2" [dependencies.anyhow] version = "1.0.4" [dependencies.bevy] version = "0.5" features = ["render"] default-features = false [dependencies.derivative] version = "2.2.0" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dev-dependencies.bevy] version = "0.5" features = ["png", "bevy_winit", "render", "bevy_wgpu"] default-features = false