[package]
edition = "2024"
name = "aspire"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for Clingo"
documentation = "https://docs.rs/aspire"
readme = false
license = "MIT"
repository = "https://github.com/davidspies/clingo"
[features]
default = ["static-linking"]
static-linking = ["clingo-sys/static-linking"]
[lib]
name = "aspire"
path = "src/lib.rs"
[[test]]
name = "atoms"
path = "tests/atoms.rs"
[[test]]
name = "config"
path = "tests/config.rs"
[[test]]
name = "control"
path = "tests/control.rs"
[[test]]
name = "derive"
path = "tests/derive.rs"
[[test]]
name = "external"
path = "tests/external.rs"
[[test]]
name = "logger"
path = "tests/logger.rs"
[[test]]
name = "observer"
path = "tests/observer.rs"
[[test]]
name = "solve"
path = "tests/solve.rs"
[[test]]
name = "solve_iter"
path = "tests/solve_iter.rs"
[[test]]
name = "symbol"
path = "tests/symbol.rs"
[dependencies.aspire-derive]
version = "0.3.2"
[dependencies.clingo-sys]
version = "0.7.2"