aspire 0.3.2

Rust bindings for Clingo
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 = "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"