[package]
edition = "2021"
rust-version = "1.88"
name = "aristo"
version = "0.1.0"
authors = ["Aretta <hello@aretta.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Aristo SDK — annotation macros and verification (meta-crate)."
homepage = "https://github.com/aretta-ai/aristo"
documentation = "https://docs.rs/aristo"
readme = "README.md"
keywords = [
"annotation",
"verification",
"intent",
"proof",
"sdk",
]
categories = [
"development-tools",
"development-tools::testing",
]
license = "MIT"
repository = "https://github.com/aretta-ai/aristo"
[package.metadata.docs.rs]
all-features = true
[features]
aristo_check = ["aristo-macros/aristo_check"]
aristo_doc = ["aristo-macros/aristo_doc"]
default = ["aristo_check"]
[lib]
name = "aristo"
path = "src/lib.rs"
[[test]]
name = "macro_reexports"
path = "tests/macro_reexports.rs"
[dependencies.aristo-macros]
version = "0.1.0"
default-features = false
[lints.clippy.all]
level = "deny"
priority = -1
[lints.rust]
unsafe_code = "forbid"