encipher 0.1.3

A fast session-data cipher for Rust
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 = "encipher"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast session-data cipher for Rust"
readme = "README.md"
keywords = [
    "encryption",
    "session",
    "cipher",
    "hmac",
    "security",
]
categories = [
    "cryptography",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/mjlad/encipher"

[lib]
name = "encipher"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.base64ct]
version = "1.8"
features = ["alloc"]

[dependencies.hmac]
version = "0.12"

[dependencies.rand]
version = "0.10"
features = ["chacha"]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1