# 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 = "leafwing_manifest" version = "0.2.0" authors = ["Leafwing Studios"] exclude = [ "assets/**/*", "tools/**/*", ".github/**/*", ] description = " A flexible crate for managing game assets that share a common structure. Manifests are generated from on-disk data, and offer a straightforward way to quickly look-up and generate game objects." homepage = "https://leafwing-studios.com/" readme = "README.md" keywords = ["bevy"] categories = [ "games", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/leafwing-studios/leafwing_manifest" [dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_state", ] default-features = false [dependencies.bevy_common_assets] version = "0.11.0" default-features = false [dependencies.serde] version = "1.0.195" [dependencies.thiserror] version = "1.0.58" [dev-dependencies.bevy] version = "0.14" [dev-dependencies.ron] version = "0.8" [features] all_asset_loaders = [ "ron", "toml", "yaml", "json", "msgpack", "xml", "csv", ] csv = ["bevy_common_assets/csv"] default = [] json = ["bevy_common_assets/json"] msgpack = ["bevy_common_assets/msgpack"] ron = ["bevy_common_assets/ron"] toml = ["bevy_common_assets/toml"] xml = ["bevy_common_assets/xml"] yaml = ["bevy_common_assets/yaml"]