corium-crypt 0.1.63

Cryptographic primitives and key resolution for Corium
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.88"
name = "corium-crypt"
version = "0.1.63"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cryptographic primitives and key resolution for Corium"
homepage = "https://github.com/csm/corium"
readme = false
license = "Apache-2.0 OR MIT"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.aes-gcm-siv]
version = "0.11"

[dependencies.async-trait]
version = "0.1"

[dependencies.blake3]
version = "1"

[dependencies.getrandom]
version = "0.3"

[dependencies.thiserror]
version = "2"

[dependencies.zeroize]
version = "1"

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

[dev-dependencies.tokio]
version = "1.53.0"
features = [
    "macros",
    "rt",
]

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"