zlayer-init-actions 0.10.69

Pre-start container lifecycle actions (TCP, HTTP, S3, commands)
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-init-actions"
version = "0.10.69"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pre-start container lifecycle actions (TCP, HTTP, S3, commands)"
readme = "README.md"
keywords = [
    "container",
    "init",
    "lifecycle",
    "hooks",
    "s3",
]
categories = ["asynchronous"]
license = "Apache-2.0"
repository = "https://github.com/zachhandley/ZLayer"

[features]
default = []
s3 = [
    "dep:aws-sdk-s3",
    "dep:aws-config",
]

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

[dependencies.aws-config]
version = "1.8.11"
features = ["behavior-version-latest"]
optional = true

[dependencies.aws-sdk-s3]
version = "1.96.0"
optional = true

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "json",
]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

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