# 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 = "noctisroll" version = "0.1.5" authors = ["苏向夜 "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Text-based TRPG dice rolling system" homepage = "https://github.com/noctisynth/noctisroll" readme = "README.md" keywords = [ "text-based", "roll", "TRPG", ] license = "AGPL-3.0-only" repository = "https://github.com/noctisynth/noctisroll" [lib] name = "noctisroll" path = "src/lib.rs" [dependencies.lalrpop-util] version = "0.22.0" features = [ "lexer", "unicode", ] [dependencies.rand] version = "0.8.5" [build-dependencies.lalrpop] version = "0.22.0"