# 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" rust-version = "1.72.1" name = "decdnnf_rs" version = "0.1.1" authors = [ "Jean-Marie Lagniez ", "Emmanuel Lonca ", ] description = "A library for Decision-DNNFs." homepage = "https://www.cril.univ-artois.fr/software/decdnnf-rs/" readme = "README.md" keywords = [ "decision", "DNNF", "model", "counting", "enumeration", ] categories = [ "command-line-utilities", "science", ] license = "GPL-3.0-or-later" repository = "https://github.com/crillab/decdnnf_rs" [profile.release] debug = 2 [lib] name = "decdnnf_rs" path = "src/lib.rs" [[bin]] name = "decdnnf_rs" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.bitvec] version = "1.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.fern] version = "0.6.0" features = ["colored"] [dependencies.log] version = "0.4.20" [dependencies.rug] version = "1.22" [dependencies.rustc-hash] version = "1.1" [dependencies.sysinfo] version = "0.30" [lints.clippy] module_name_repetitions = "allow" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_docs = "warn"