smtkit 0.1.1

Facade crate for SMT constraint IR + SMT-LIB backends
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"
name = "smtkit"
version = "0.1.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Facade crate for SMT constraint IR + SMT-LIB backends"
homepage = "https://github.com/arclabs561/smtkit"
documentation = "https://docs.rs/smtkit"
readme = "README.md"
keywords = [
    "smt",
    "smtlib",
    "z3",
    "solver",
    "formal-methods",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arclabs561/smtkit"

[features]
default = []
z3-auto = ["z3-inproc-gh-release"]
z3-bin = ["smtkit-smtlib/z3-bin"]
z3-inproc = ["dep:smtkit-z3"]
z3-inproc-bundled = [
    "z3-inproc",
    "smtkit-z3/bundled",
]
z3-inproc-gh-release = [
    "z3-inproc",
    "smtkit-z3/gh-release",
]

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.smtkit-core]
version = "0.1.0"

[dependencies.smtkit-smtlib]
version = "0.1.0"

[dependencies.smtkit-z3]
version = "0.1.0"
optional = true

[dependencies.thiserror]
version = "2"