[package] name = "decision_table" version = "0.0.2" authors = ["Kinrany "] edition = "2018" license = "MIT" description = "Data structure for storing and validating decision tables" categories = ["data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] itertools = "0.9.0"