# 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 = "jam_theme_picker" version = "0.2.0" authors = ["Nilirad"] exclude = [ "assets/**/*", "tools/**/*", ".github/**/*", ] description = "A Bevy + mdbook enabled template repo to build on." keywords = ["bevy"] categories = [ "games", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Nilirad/jam_theme_picker" resolver = "2" [lib] name = "theme_picker_lib" path = "src/lib.rs" [[bin]] name = "jam_theme_picker" path = "src/main.rs" [dependencies.bevy] version = "0.6" default-features = false [dependencies.randomorg] version = "1.0.4" [dev-dependencies.bevy] version = "0.6" default-features = false [dev-dependencies.criterion] version = "0.3"