# 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 = "rpg-stat" version = "2021.12.16" authors = ["Israel Dahl "] description = "A library for computer stats for RPG game development" documentation = "https://docs.rs/rpg-stat/" readme = "README.md" keywords = ["rpg", "dnd", "game", "jrpg"] categories = ["game-development", "command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/1sra3l/rpg-stat" resolver = "2" [lib] name = "rpg_stat" path = "src/lib.rs" [[bin]] name = "rpg-stat" path = "src/main.rs" [dependencies.clap] version = "2.3.4" features = ["yaml"] [dependencies.fltk] version = "1.2.6" optional = true [dependencies.fltk-form] version = "0.1.2" optional = true [dependencies.fltk-form-derive] version = "0.1" optional = true [dependencies.num] version = "0.2" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.toml] version = "0.5" [features] default = [] fltkform = ["fltk", "fltk-form", "fltk-form-derive"]