# 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-salo" version = "0.1.1" authors = ["Mincong Lu "] description = """ An ECS based serialization crate for bevy_ecs with no dependency on reflection. """ readme = "README.md" keywords = [ "bevy", "ecs", "serde", "save", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mintlu8/bevy-salo" [[example]] name = "rpg_buffs" required-features = [ "bevy_app", "fs", "postcard", "ron", ] [[test]] name = "buffs" required-features = [ "bevy_app", "fs", "postcard", "ron", ] [dependencies.anyhow] version = "^1" [dependencies.bevy_app] version = "^0.12" optional = true default-features = false [dependencies.bevy_ecs] version = "^0.12" default-features = false [dependencies.bevy_hierarchy] version = "^0.12" [dependencies.postcard] version = "^1" features = [ "alloc", "use-std", ] optional = true default-features = false [dependencies.ron] version = "^0.8" optional = true [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "^1" [features] default = [ "bevy_app", "fs", ] fs = []