[[bench]]
harness = false
name = "prover_benchmarks"
path = "benches/prover_benchmarks.rs"
[[bench]]
harness = false
name = "table_generator_benchmarks"
path = "benches/table_generator_benchmarks.rs"
[[bin]]
name = "raa_tt"
path = "src/bin/raa_tt/main.rs"
[build-dependencies.parol]
version = "4.2"
[dependencies.anyhow]
version = "1.0"
[dependencies.ariadne]
version = "0.6.0"
[dependencies.clap]
features = ["derive", "cargo"]
version = "4.5"
[dependencies.env_logger]
version = "0.11"
[dependencies.parol_runtime]
default-features = false
version = "4.1"
[dependencies.petgraph]
version = "0.8"
[dependencies.scnr2]
version = "0.3.3"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.8"
[lib]
name = "raa_tt"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science", "mathematics", "parser-implementations"]
description = "Proves sentences of propositional calculus"
documentation = "https://docs.rs/raa_tt"
edition = "2024"
keywords = ["propositional", "calculus"]
license = "MIT OR Apache-2.0"
name = "raa_tt"
readme = "README.md"
repository = "https://github.com/jsinger67/raa_tt"
version = "0.9.1"
[profile.dev.build-override]
opt-level = 3
[profile.release.build-override]
opt-level = 3
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"