# 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 = "oxidd-cli" version = "0.2.5" authors = ["OxiDD Contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line interface for OxiDD" homepage = "https://oxidd.net" readme = "README.md" keywords = [ "decision-diagrams", "bdd", "zbdd", "zdd", ] categories = [ "command-line-utilities", "mathematics", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/OxiDD/oxidd" [profile.release] panic = "abort" [[bin]] name = "oxidd-cli" path = "src/main.rs" [dependencies.bitvec] version = "1" [dependencies.clap] version = "4" features = [ "derive", "wrap_help", ] [dependencies.csv] version = "1.3.0" [dependencies.num-bigint] version = "0.4" [dependencies.oxidd] version = "0.9" features = [ "bdd", "bcdd", ] default-features = false [dependencies.oxidd-core] version = "0.9" default-features = false [dependencies.oxidd-dump] version = "0.4" default-features = false [dependencies.oxidd-parser] version = "0.3" features = ["load-file"] default-features = false [dependencies.oxidd-reorder] version = "0.4" default-features = false [dependencies.parking_lot] version = "0.12" [dependencies.rayon] version = "1.10" [dependencies.rustc-hash] version = "1.1" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.sysinfo] version = "0.30" [features] apply-cache-direct-mapped = ["oxidd/apply-cache-direct-mapped"] default = [ "manager-index", "multi-threading", "apply-cache-direct-mapped", ] manager-index = ["oxidd/manager-index"] manager-pointer = ["oxidd/manager-pointer"] multi-threading = ["oxidd/multi-threading"] statistics = ["oxidd/statistics"]