[package] name = "varisat-dimacs" version = "0.2.2" authors = ["Jannis Harder "] edition = "2018" description = "DIMCAS CNF parser and writer for the Varisat SAT solver" homepage = "https://jix.one/project/varisat/" repository = "https://github.com/jix/varisat" license = "MIT/Apache-2.0" readme = "README.md" [dependencies] itoa = "0.4.4" anyhow = "1.0.32" thiserror = "1.0.20" [dependencies.varisat-formula] path = "../varisat-formula" version = "=0.2.2" [dev-dependencies] proptest = "0.10.1" rand = "0.7.3" tempfile = "3.0.8" env_logger = "0.7.1" [dev-dependencies.varisat-formula] path = "../varisat-formula" version = "=0.2.2" features = ["proptest-strategies", "internal-testing"]