s2-storage 0.2.0

Storage-layer internals shared by S2 server implementations
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"
name = "s2-storage"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage-layer internals shared by S2 server implementations"
homepage = "https://s2.dev"
readme = false
keywords = [
    "s2",
    "durable",
    "streams",
    "storage",
]
license = "MIT"
repository = "https://github.com/s2-streamstore/s2"
resolver = "2"

[features]
test-util = []

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

[dependencies.aegis]
version = "0.9"

[dependencies.aes-gcm]
version = "0.10"
features = ["zeroize"]

[dependencies.blake3]
version = "1.8"

[dependencies.bytes]
version = "1.11"

[dependencies.rand]
version = "0.10"

[dependencies.s2-common]
version = "0.40"

[dependencies.secrecy]
version = "0.10.3"

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

[dependencies.thiserror]
version = "2.0"

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

[dev-dependencies.rstest]
version = "0.26"