# 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_asset_ron" version = "0.4.0" exclude = ["assets/**/*"] description = "Custom RON assets for Bevy" documentation = "https://docs.rs/bevy_asset_ron/latest/bevy_asset_ron/" readme = "README.md" keywords = [ "bevy", "assets", "ron", "game", "engine", ] categories = ["game-engines"] license = "MIT" repository = "https://github.com/inodentry/bevy_asset_ron" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.bevy] version = "0.7" default-features = false [dependencies.ron] version = "0.7" [dependencies.serde] version = "1" [dev-dependencies.bevy] version = "0.7" default-features = true