# 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" rust-version = "1.80.0" name = "bevy_simple_preferences" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple Preferences API for Bevy" readme = "README.md" keywords = [ "preferences", "bevy", ] categories = [ "games", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/eckz/bevy_simple_preferences" [lib] name = "bevy_simple_preferences" path = "src/lib.rs" [[example]] name = "egui" path = "examples/egui.rs" [[example]] name = "primary_window" path = "examples/primary_window.rs" [[test]] name = "plugin" path = "tests/plugin.rs" [dependencies.bevy] version = "0.14" default-features = false [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.bevy] version = "0.14" features = [ "multi_threaded", "bevy_render", "bevy_winit", "webgl2", "x11", ] default-features = false [dev-dependencies.bevy-inspector-egui] version = "0.25" features = ["bevy_render"] default-features = false [dev-dependencies.egui] version = "0.28" features = ["persistence"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_assert] version = "0.8" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_test] version = "1.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.dirs] version = "5.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tempfile] version = "3.10" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.toml] version = "0.8" [target.'cfg(target_arch = "wasm32")'.dependencies.gloo-storage] version = "0.3" [target.'cfg(target_arch = "wasm32")'.dependencies.serde_json] version = "1.0" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3" [lints.clippy] doc_markdown = "warn" [lints.rust] missing_docs = "warn" unsafe_code = "forbid"