# 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_simple_prefs" version = "0.3.0" build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "A small Bevy plugin for persisting multiple Resources to a single file" homepage = "https://github.com/rparrett/bevy_simple_prefs" documentation = "https://docs.rs/bevy_simple_prefs" readme = "README.md" keywords = [ "bevy", "gamedev", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/rparrett/bevy_simple_prefs" [lib] name = "bevy_simple_prefs" path = "src/lib.rs" [[example]] name = "home_dir" path = "examples/home_dir.rs" [[example]] name = "prefs" path = "examples/prefs.rs" [[example]] name = "status" path = "examples/status.rs" [dependencies.bevy] version = "0.14" default-features = false [dependencies.bevy_simple_prefs_derive] version = "0.3" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.web-sys] version = "0.3" features = [ "Window", "Storage", ] [dev-dependencies.bevy] version = "0.14" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.home] version = "0.5.9" [lints.clippy] type_complexity = "allow" [lints.rust] missing_docs = "warn"