[package] name = "ktm5e-dice" authors = ["Kyle Mayes "] version = "0.1.0" readme = "README.md" license = "Apache-2.0" description = "A dice rolling and statistics library." documentation = "https://kylemayes.github.io/ktm5e-dice/ktm5e_dice" repository = "https://github.com/KyleMayes/ktm5e-dice" [lib] name = "dice" [features] benchmark = [] [dependencies] rand = "0.3.15" clippy = { version = "0.0.*", optional = true } [dev-dependencies] microbench = { version = "0.3.1", features = ["nightly"] }