pigeons 0.2.3

A library for writing VeriPB proofs
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.75.0"
name = "pigeons"
version = "0.2.3"
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
build = false
include = [
    "CHANGELOG.md",
    "README.md",
    "/src/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for writing VeriPB proofs"
readme = "README.md"
keywords = [
    "sat",
    "satisfiability",
    "encodings",
    "proof-logging",
]
license = "MIT"
repository = "https://github.com/chrjabs/rustsat"

[package.metadata.docs.rs]
features = ["_docs"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]

[features]
_docs = ["serde"]
_test = [
    "short-keywords",
    "serde",
]
serde = ["dep:serde"]
short-keywords = []

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

[dependencies.itertools]
version = "0.14.0"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

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