oxiz-solver 0.1.3

Main CDCL(T) Solver API for OxiZ
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 = "2024"
name = "oxiz-solver"
version = "0.1.3"
authors = ["COOLJAPAN OU (Team KitaSan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Main CDCL(T) Solver API for OxiZ"
readme = "README.md"
keywords = [
    "smt",
    "solver",
    "cdcl",
]
categories = ["algorithms"]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxiz"
resolver = "2"

[features]
default = []
property-tests = []

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

[[example]]
name = "arithmetic"
path = "examples/arithmetic.rs"

[[example]]
name = "incremental"
path = "examples/incremental.rs"

[[example]]
name = "optimization"
path = "examples/optimization.rs"

[[example]]
name = "proof_generation"
path = "examples/proof_generation.rs"

[[example]]
name = "quantifier_solving"
path = "examples/quantifier_solving.rs"

[[example]]
name = "simple_sat"
path = "examples/simple_sat.rs"

[[example]]
name = "smt_lib_script"
path = "examples/smt_lib_script.rs"

[[example]]
name = "test_bug"
path = "examples/test_bug.rs"

[[example]]
name = "theory_combination"
path = "examples/theory_combination.rs"

[[test]]
name = "lia_integration"
path = "tests/lia_integration.rs"

[[test]]
name = "property_based"
path = "tests/property_based.rs"

[[bench]]
name = "solver_benchmarks"
path = "benches/solver_benchmarks.rs"
harness = false

[dependencies.lasso]
version = "0.7"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-rational]
version = "0.4"

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

[dependencies.oxiz-core]
version = "0.1.3"

[dependencies.oxiz-sat]
version = "0.1.3"

[dependencies.oxiz-theories]
version = "0.1.3"

[dependencies.rayon]
version = "1.11"

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

[dependencies.smallvec]
version = "1.15"
features = ["serde"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.proptest]
version = "1.10"