veripb 3.0.2

VeriPB is a proof checker for verifying pseudo-Boolean certificates of satisfiability, unsatisfiability, and optimality bounds.
Documentation
# 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.84.0"
name = "veripb"
version = "3.0.2"
authors = ["Andy Oertel <andy.oertel@cs.lth.se>"]
build = false
exclude = ["tests/instances"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VeriPB is a proof checker for verifying pseudo-Boolean certificates of satisfiability, unsatisfiability, and optimality bounds."
readme = "README.md"
keywords = [
    "pseudo-Boolean",
    "checker",
    "certification",
    "satisfiability",
    "optimization",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/MIAOresearch/software/VeriPB"
resolver = "3"

[lib]
name = "veripb"
path = "src/lib.rs"

[[bin]]
name = "veripb"
path = "src/bin/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"
harness = false

[dependencies.ahash]
version = "0.8.11"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.by_address]
version = "1.2.1"

[dependencies.clap]
version = "4.5.32"
features = ["derive"]

[dependencies.colored]
version = "3.0.0"

[dependencies.fragile]
version = "2.0.0"

[dependencies.git-version]
version = "0.3.9"

[dependencies.itertools]
version = "0.14.0"

[dependencies.logos]
version = "0.15.0"

[dependencies.malachite-base]
version = "0.5.0"

[dependencies.malachite-bigint]
version = "0.5.0"

[dependencies.malachite-nz]
version = "0.5.0"

[dependencies.memmap2]
version = "0.9.5"

[dependencies.mimalloc]
version = "0.1.45"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.veripb-formula]
version = "0.1.2"

[dependencies.veripb-parser]
version = "0.1.2"

[dependencies.veripb-propagator]
version = "0.1.2"

[dev-dependencies.glob]
version = "0.3.3"

[dev-dependencies.libtest-mimic]
version = "0.8.1"

[dev-dependencies.tempfile]
version = "3.23.0"

[profile.bench]
debug = 2

[profile.release]
lto = true
panic = "abort"