signed-crypto 0.1.2

A Rust library for encrypted payloads with built-in integrity verification
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 = "signed-crypto"
version = "0.1.2"
authors = ["Kehan Pan <prestorpan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for encrypted payloads with built-in integrity verification"
readme = "README.md"
keywords = [
    "encryption",
    "crypto",
    "aes",
    "hmac",
    "security",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/aptxx/signed-crypto"

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

[dependencies.aes]
version = "0.8.4"

[dependencies.base64]
version = "0.22.1"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.ctr]
version = "0.9.2"

[dependencies.hmac]
version = "0.12.1"

[dependencies.rand]
version = "0.9.1"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.time]
version = "0.3.41"