xtax-encryption 0.1.0

Trait-only encryption provider interface — used by xtax-blob-storage and other crates.
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.91.1"
name = "xtax-encryption"
version = "0.1.0"
authors = ["Kamil Sopko"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trait-only encryption provider interface — used by xtax-blob-storage and other crates."
homepage = "https://github.com/cz-jcode/xtax"
documentation = "https://docs.rs/xtax-encryption"
readme = "README.md"
keywords = [
    "encryption",
    "trait",
    "blob",
    "storage",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cz-jcode/xtax"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.52"
features = ["io-util"]