aristo 0.1.0

Aristo SDK — annotation macros and verification (meta-crate).
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 = "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"