xmt-lib 0.1.1

A grounder for SMT solvers
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.86.0"
name = "xmt-lib"
version = "0.1.1"
authors = ["Pierre Carbonnelle"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A grounder for SMT solvers"
documentation = "https://docs.rs/xmt-lib"
readme = "README.md"
keywords = [
    "solver",
    "smt",
    "satisfiability",
]
categories = [
    "mathematics",
    "science",
]
license = "MIT"
repository = "https://github.com/pcarbonn/xmtlib"

[features]
static-link-z3 = ["z3-sys/static-link-z3"]

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

[[bin]]
name = "demo"
path = "src/bin/demo.rs"

[[bin]]
name = "triangle"
path = "src/bin/triangle.rs"

[[bin]]
name = "xmt-lib"
path = "src/main.rs"

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

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

[dependencies.chic]
version = "1.2.2"

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

[dependencies.debug_print]
version = "1.0.0"

[dependencies.derive_more]
version = "2"
features = ["display"]

[dependencies.genawaiter]
version = "0.99.1"

[dependencies.indexmap]
version = "2.9.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.peg]
version = "0.8.5"

[dependencies.pretty-sqlite]
version = "0.2.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.rusqlite]
version = "0.36.0"
features = [
    "bundled",
    "functions",
]

[dependencies.simplelog]
version = "0.12.2"

[dependencies.strum]
version = "0.27.1"

[dependencies.strum_macros]
version = "0.27.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.unzip-n]
version = "0.1.2"

[dependencies.z3-sys]
version = "0.8.1"