[features]
debug-tools = []
default = []
method-api = []
[lib]
name = "quantor"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "mathematics", "development-tools::testing"]
description = "Declarative quantifiers for filtering, validation, and testing in Rust."
edition = "2021"
include = ["src/**/*", "README.md", "LICENSE*", "Cargo.toml"]
keywords = ["logic", "validation", "math", "quantifiers"]
license = "MIT OR Apache-2.0"
name = "quantor"
readme = "readme.md"
repository = "https://github.com/nervousnullptr/quantor"
version = "0.9.0"
[package.metadata.docs.rs]
all-features = true