vitaminc-context 0.5.0

One canonical encoding for the context an AEAD authenticates and a PRF derives under. Part of the VitaminC cryptographic suite.
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"
name = "vitaminc-context"
version = "0.5.0"
authors = ["Dan Draper <dan@cipherstash.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "One canonical encoding for the context an AEAD authenticates and a PRF derives under. Part of the VitaminC cryptographic suite."
homepage = "https://cipherstash.com"
documentation = "https://docs.rs/vitaminc-context"
readme = "README.md"
keywords = [
    "cryptography",
    "security",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/cipherstash/vitaminc"

[features]
arbitrary = ["dep:quickcheck"]

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

[dependencies.mutants]
version = "0.0.4"

[dependencies.quickcheck]
version = "1.1.0"
optional = true

[dependencies.vitaminc-protected]
version = "0.5.0"

[dev-dependencies.quickcheck]
version = "1.1.0"

[dev-dependencies.quickcheck_macros]
version = "1.2.0"