# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cnfpack" version = "0.1.1" description = "Converts between the text based DIMACS CNF file format and the compressed binary Cnfpack format" readme = "README.md" keywords = ["cnfpack", "compression", "SAT", "DIMACS", "CNF"] categories = ["command-line-utilities", "compression"] license = "0BSD" repository = "https://github.com/jix/cnfpack" resolver = "2" [profile.release] debug = true [dependencies.atty] version = "0.2.14" [dependencies.flussab-cnf] version = "0.3.0" [dependencies.itoap] version = "1.0.1" [dependencies.num_cpus] version = "1.13.1" [dependencies.structopt] version = "0.3.26" [dependencies.zstd] version = "0.10.0"