streaming-crypto 0.1.0-beta.3

Cryptographic library with optional FFI and Python bindings
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 = "streaming-crypto"
version = "0.1.0-beta.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cryptographic library with optional FFI and Python bindings"
readme = "README.md"
keywords = [
    "crypto",
    "ffi",
    "rust",
    "python",
    "bindings",
]
categories = [
    "cryptography",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/DreamzIt02/streaming-crypto"

[features]
core-api = []
cuda = ["cudarc"]
default = ["core-api"]
ffi-api = []
metal = ["wgpu"]
opencl = ["opencl3"]
pyo3-api = ["pyo3"]

[lib]
name = "streaming_crypto"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[[test]]
name = "core_api"
path = "tests/core_api.rs"

[[test]]
name = "ffi_api"
path = "tests/ffi_api.rs"

[[test]]
name = "public_api"
path = "tests/core_api/mod.rs"

[[test]]
name = "pyo3_api"
path = "tests/pyo3_api.rs"

[dependencies.aes-gcm]
version = "0.11.0-rc.3"
features = ["bytes"]

[dependencies.async-stream]
version = "0.3.6"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bincode]
version = "2.0.1"
features = ["serde"]

[dependencies.bitflags]
version = "2.10.0"

[dependencies.blake3]
version = "1.8.3"

[dependencies.byteorder]
version = "1.5"

[dependencies.bytes]
version = "1.11.0"

[dependencies.chacha20poly1305]
version = "0.11.0-rc.3"
features = ["bytes"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.crc32fast]
version = "1.5.0"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.cudarc]
version = "0.18"
features = ["cuda-version-from-build-system"]
optional = true

[dependencies.digest]
version = "0.11.1"

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.13.0-rc.5"

[dependencies.hybrid-array]
version = "0.4.5"

[dependencies.lz4_flex]
version = "0.12"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.num_enum]
version = "0.7"

[dependencies.opencl3]
version = "0.12"
features = []
optional = true

[dependencies.pollster]
version = "0.4.0"

[dependencies.pyo3]
version = "0.22"
features = [
    "auto-initialize",
    "extension-module",
]
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = []

[dependencies.sha2]
version = "0.11.0-rc.5"

[dependencies.sha3]
version = "0.11.0-rc.8"

[dependencies.sysinfo]
version = "0.37.2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1.19.0"
features = ["v4"]

[dependencies.wgpu]
version = "28.0"
features = []
optional = true

[dependencies.zstd]
version = "0.13"

[dev-dependencies.proptest]
version = "1.5"

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