[package]
edition = "2024"
name = "howzat-kit"
version = "0.3.8"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backend spec parsing and high-performance runner API for howzat."
readme = "README.md"
keywords = [
"howzat",
"polyhedra",
"backend",
"parser",
"geometry",
]
license = "AGPL-3.0-only"
repository = "https://github.com/khoek/howzat"
[features]
default = []
pic = [
"cddlib-rs/pic",
"ppl-rs/pic",
]
use-system-gmp = [
"dep:gmp-mpfr-sys",
"cddlib-rs/use-system-gmp",
"lrslib-rs/use-system-gmp",
"ppl-rs/use-system-gmp",
]
[lib]
name = "howzat_kit"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.calculo]
version = "0.3"
[dependencies.cddlib-rs]
version = "0.3"
features = ["gmprational"]
[dependencies.gmp-mpfr-sys]
version = "1"
features = ["use-system-libs"]
optional = true
default-features = false
[dependencies.howzat]
version = "0.3.8"
[dependencies.hullabaloo]
version = "0.3"
features = ["serde"]
package = "hullabaloo-core"
[dependencies.lrslib-rs]
version = "0.3"
features = ["gmp"]
[dependencies.ppl-rs]
version = "0.3"
features = ["gmp"]
default-features = false
[dependencies.rug]
version = "1"
features = [
"integer",
"rational",
"std",
]
default-features = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.serde_json]
version = "1"
features = ["float_roundtrip"]