[package] name = "ndm" readme = "README.md" keywords = ["dice", "gamedev", "random"] categories = ["command-line-utilities", "game-development"] version = "0.9.10" authors = ["Ben Stern "] edition = "2018" description = "Parse standard polyhedral dice notation" repository = "https://github.com/therealbstern/ndm" license = "MIT/Apache-2.0" documentation = "https://docs.rs/ndm" [dependencies] lazy_static = "1.4" rand = "0.8" regex = "1.4" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0"