aequora-security 0.1.1

Runtime-neutral security threat-model and abuse-resistance contracts for Aequora
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"
rust-version = "1.87"
name = "aequora-security"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime-neutral security threat-model and abuse-resistance contracts for Aequora"
readme = false
license = "MIT"
repository = "https://github.com/irshadali5/aequora"
resolver = "2"

[lib]
name = "aequora_security"
path = "src/lib.rs"

[dependencies.aequora-types]
version = "0.1.1"

[dependencies.blake3]
version = "1.8.2"

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

[dependencies.thiserror]
version = "2.0.12"

[dependencies.uuid]
version = "1.16.0"
features = [
    "serde",
    "v7",
]

[dependencies.zeroize]
version = "1.8.1"
features = ["derive"]

[dev-dependencies.ron]
version = "0.10.1"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.expect_used]
level = "deny"
priority = 1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.unwrap_used]
level = "deny"
priority = 1

[lints.rust]
unsafe_code = "forbid"
unused_must_use = "deny"