proven 0.9.0

Safe, formally verified library for math, crypto, parsing, validation, and ML - Rust bindings
Documentation
[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"

[[bench]]
harness = false
name = "safe_math"
path = "benches/safe_math.rs"

[dependencies.blake3]
optional = true
version = "1"

[dependencies.hex]
optional = true
version = "0.4"

[dependencies.hmac]
optional = true
version = "0.12"

[dependencies.rand]
optional = true
version = "0.8"

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

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.sha3]
optional = true
version = "0.10"

[dependencies.subtle]
optional = true
version = "2"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1"

[features]
crypto = ["dep:sha3", "dep:blake3", "dep:hmac", "dep:subtle", "dep:hex", "dep:rand"]
default = []
full = ["serde", "crypto"]
serde = ["dep:serde", "dep:serde_json"]

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

[package]
authors = ["Hyperpolymath <hyperpolymath@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "api-bindings", "science"]
description = "Safe, formally verified library for math, crypto, parsing, validation, and ML - Rust bindings"
documentation = "https://docs.rs/proven"
edition = "2021"
keywords = ["safety", "verification", "ml", "tensor", "numerical"]
license = "AGPL-3.0-or-later"
name = "proven"
readme = "README.md"
repository = "https://github.com/hyperpolymath/proven"
version = "0.9.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]