zlayer-storage 0.10.71

S3-backed container layer persistence with crash-tolerant uploads
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"
rust-version = "1.85"
name = "zlayer-storage"
version = "0.10.71"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "S3-backed container layer persistence with crash-tolerant uploads"
readme = "README.md"
keywords = [
    "container",
    "storage",
    "s3",
    "layer",
    "persistence",
]
categories = ["filesystem"]
license = "Apache-2.0"
repository = "https://github.com/zachhandley/ZLayer"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.aws-config]
version = "1"
features = ["behavior-version-latest"]

[dependencies.aws-sdk-s3]
version = "1"

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

[dependencies.crc32c]
version = "0.6"

[dependencies.hex]
version = "0.4"

[dependencies.notify]
version = "7"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.8"
features = [
    "sqlite",
    "runtime-tokio",
]

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.49"
features = [
    "full",
    "tracing",
    "full",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dependencies.zlayer-paths]
version = "0.10.71"

[dependencies.zstd]
version = "0.13"

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

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
dead_code = "warn"
unsafe_code = "warn"