# 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 = "2018" name = "caith" version = "4.2.3" authors = ["Geobert Quach "] description = "A dice roller library supporting many features" readme = "README.md" keywords = [ "dice", "roll", "RPG", "roll", "random", ] categories = [ "game-development", "games", ] license = "MIT" repository = "https://github.com/Geobert/caith" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.pest] version = "2.4.1" [dependencies.pest_derive] version = "2.4.1" [dependencies.rand] version = "0.8.5" [dev-dependencies.rand_core] version = "0.6.4" [features] cards = [] cde = [] default = [] ova = [] [badges.maintenance] status = "actively-developed"