# 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 = "mice" version = "0.11.1" authors = ["Monadic Cat "] description = "messing with dice" documentation = "https://docs.rs/mice" readme = "README.md" keywords = [ "dice", "roll", "parse", ] license = "AGPL-3.0-or-later" repository = "https://github.com/Monadic-Cat/mbot/tree/master/mice" [lib] crate-type = [ "cdylib", "rlib", ] [[bench]] name = "rolling" harness = false [[bench]] name = "formatting" harness = false [[bench]] name = "tree" harness = false [dependencies.core_extensions] version = "1.3.3" features = ["slices"] [dependencies.derive_more] version = "0.99.16" [dependencies.fixedbitset] version = "0.4.0" [dependencies.id-arena] version = "2.2.1" [dependencies.itoa] version = "1.0.1" [dependencies.lasso] version = "0.6.0" optional = true [dependencies.logos] version = "0.12.0" optional = true [dependencies.mbot_proc_macro_helpers] version = "0.0.2" [dependencies.petgraph] version = "0.6.0" [dependencies.quickscope] version = "0.1.6" [dependencies.rand] version = "0.8.4" [dependencies.stacker] version = "0.1.14" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8.4" features = ["small_rng"] [features] default = [] script = [ "logos", "lasso", "stacker", ]