yaspar 2.7.0

Yet Another SMT Parser, a SMTLib 2.7 compliant parsing library
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 = "yaspar"
version = "2.7.0"
authors = ["the Amazon Trusted Solver team"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Yet Another SMT Parser, a SMTLib 2.7 compliant parsing library"
homepage = "https://github.com/yaspar-org/yaspar"
readme = "README.md"
keywords = [
    "SMT",
    "solver",
    "logic",
]
categories = ["science"]
license = "Apache-2.0"
repository = "https://github.com/yaspar-org/yaspar"

[lib]
name = "yaspar"
crate-type = ["lib"]
path = "src/lib.rs"

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

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

[dependencies.dashu]
version = "0.4.2"
features = ["num-traits"]

[dependencies.lalrpop-util]
version = "0.22"
features = ["lexer"]

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.phf]
version = "0.13"
features = ["macros"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.derive-new]
version = "0.7"

[build-dependencies.lalrpop]
version = "0.22"

[lints.clippy]
type_complexity = "allow"