fluxencrypt-async 0.7.3

Async/await support for FluxEncrypt encryption SDK
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.94.0"
name = "fluxencrypt-async"
version = "0.7.3"
authors = [
    "Wyatt Roersma",
    "Claude Code",
    "Codex",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async/await support for FluxEncrypt encryption SDK"
homepage = "https://github.com/ThreatFlux/fluxencrypt"
documentation = "https://docs.rs/fluxencrypt"
readme = false
keywords = [
    "encryption",
    "cryptography",
    "security",
    "aes",
    "rsa",
]
categories = [
    "cryptography",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/ThreatFlux/fluxencrypt"

[features]
default = ["tokio-rt"]
tokio-fs = ["tokio/fs"]
tokio-io = [
    "tokio/io-std",
    "tokio/io-util",
]
tokio-rt = ["tokio/rt-multi-thread"]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.fluxencrypt]
version = "0.7.3"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.50"
features = ["full"]

[dev-dependencies.tempfile]
version = "3.27"

[dev-dependencies.tokio-test]
version = "0.4"