[package] name = "woof-engine" version = "0.0.1" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["wuffs"] description = "Proof engine for woof." readme = "../README.md" repository = "https://gitlab.com/konnorandrews/woof" [dependencies] itertools = "0.10.5" num = "0.4.0" [dev-dependencies] macro_rules_attribute = "0.1.3" proptest = "1.0.0"