ironcore-documents 0.3.2

A library for working with IronCore Labs documents and header formats.
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.85.0"
name = "ironcore-documents"
version = "0.3.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for working with IronCore Labs documents and header formats."
documentation = "https://docs.rs/ironcore-documents"
readme = "README.md"
keywords = ["cryptography"]
categories = [
    "algorithms",
    "cryptography",
]
license = "AGPL-3.0-only"
repository = "https://github.com/IronCoreLabs/ironcore-documents"

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

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

[dependencies.bytes]
version = "1"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.13"

[dependencies.itertools]
version = "0.15.0"

[dependencies.protobuf]
version = "3.3"
features = ["with-bytes"]

[dependencies.rand]
version = "0.10.0"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

[dev-dependencies.hex-literal]
version = "1.0.0"

[dev-dependencies.rand_chacha]
version = "0.10"

[build-dependencies.protobuf-codegen]
version = "3.3"