anthem 2.0.0

A command-line application for assisting in the verification of answer set programs
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"
rust-version = "1.85.0"
name = "anthem"
version = "2.0.0"
authors = [
    "Zach Hansen <zachhansen@unomaha.edu>",
    "Tobias Stolzmann <tobias.stolzmann@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line application for assisting in the verification of answer set programs"
homepage = "https://potassco.org/anthem"
documentation = "https://docs.rs/anthem"
readme = "README.md"
keywords = [
    "asp",
    "clingo",
    "logic",
    "proof-assistant",
]
categories = [
    "command-line-utilities",
    "compilers",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/potassco/anthem"

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

[[bin]]
name = "anthem"
path = "src/main.rs"

[[test]]
name = "examples"
path = "tests/examples/main.rs"

[[test]]
name = "ui"
path = "tests/ui/main.rs"

[dependencies.anyhow]
version = "1"

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

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

[dependencies.either]
version = "1"

[dependencies.indexmap]
version = "2"

[dependencies.itertools]
version = "0.14"

[dependencies.lazy_static]
version = "1"

[dependencies.num_cpus]
version = "1"

[dependencies.pest]
version = "2"

[dependencies.pest_derive]
version = "2"

[dependencies.petgraph]
version = "0.8"

[dependencies.regex]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.threadpool]
version = "1"

[dependencies.walkdir]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.tempfile]
version = "3"