# 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 = "overworld" version = "0.4.2" authors = [ "Zarthus ", "Overworld Team ", "Overworld Contributors ", ] publish = true description = "Metapackage library for adding game systems useful for incremental, RPG, and management games" homepage = "https://github.com/Liefland/overworld" readme = "README.md" keywords = [ "game", "rpg", "incremental", "management", ] categories = [ "game-development", "mathematics", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Liefland/overworld" [[example]] name = "difficulty_check" path = "examples/dice.rs" required-features = ["dice"] [dependencies.overworld_dice] version = "0.4.0" [dependencies.overworld_incremental] version = "0.4.0" [dependencies.overworld_progression] version = "0.4.0" [dependencies.overworld_resource] version = "0.4.0" [features] all = [ "default", "rpg", "management", "incremental", ] counter = [] default = [ "serde", "dice", "resource", "progression", "progress", ] dice = [ "roll", "difficulty", ] difficulty = ["roll"] incremental = [ "counter", "progress", "resource", ] management = ["resource"] progress = [] progression = [] resource = [] roll = [] rpg = [ "dice", "progression", "progress", "resource", ] serde = [ "overworld_incremental/serde", "overworld_dice/serde", "overworld_progression/serde", "overworld_resource/serde", ] [badges.maintenance] status = "actively-developed"