seekable-stream-cipher 0.2.4

Seekable stream cipher and encryption/decryption
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 = "seekable-stream-cipher"
version = "0.2.4"
authors = ["Frank Denis <github@pureftpd.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Seekable stream cipher and encryption/decryption"
homepage = "https://github.com/jedisct1/rust-seekable-stream-cipher"
readme = "README.md"
keywords = [
    "crypto",
    "ascon",
    "keccak",
    "stream",
    "cipher",
]
categories = [
    "no-std",
    "cryptography",
    "wasm",
]
license = "MIT"
repository = "https://github.com/jedisct1/rust-seekable-stream-cipher"

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

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
harness = false

[dependencies.keccak]
version = "0.2.0"

[dev-dependencies.aes]
version = "0.9.0"

[dev-dependencies.benchmark-simple]
version = "0.1.10"

[dev-dependencies.ctr]
version = "0.10.0"

[dev-dependencies.getrandom]
version = "0.4.2"