# 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-settings" version = "0.6.0" exclude = [".github/*"] description = "Use a simple struct as persistent settings between game launches. Usefull for e.g. storing the audio settings" readme = "README.md" keywords = [ "gamedev", "settings", "persistent", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/tecbeast42/bevy-settings" [dependencies.bevy_app] version = "0.14" [dependencies.bevy_ecs] version = "0.14" [dependencies.bevy_log] version = "0.14" [dependencies.directories] version = "5" [dependencies.serde] version = "1" [dependencies.toml] version = "0.8" [dev-dependencies.bevy] version = "0.14" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serial_test] version = "3.1.1"