[package] name = "puan-pv" version = "0.1.4" edition = "2021" authors = ["Rikard "] description = "Propositional logic statements with evaluation functionalities implemented" license = "Apache-2.0" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hex = "0.4.3" serde = { version = "1.0.188", features = ["derive", "rc"] } sha2 = "0.10.8" [dev-dependencies] itertools = "0.10.0"