# 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] name = "rouler" version = "0.2.2" authors = ["jarcane "] description = "A container-like system for generating dice rolls" homepage = "https://github.com/jarcane/rouler" documentation = "https://docs.rs/rouler/" readme = "README.md" keywords = ["dice", "roller", "RPG", "game", "gaming"] license = "MPL-2.0" repository = "https://github.com/jarcane/rouler" [dependencies.lazy_static] version = "1.0" [dependencies.pest] version = "1.0" [dependencies.pest_derive] version = "1.0" [dependencies.rand] version = "0.5"