lambda-microvm-hook-server 0.1.0

Hook server for supervising commands in AWS Lambda MicroVMs
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"
rust-version = "1.97"
name = "lambda-microvm-hook-server"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hook server for supervising commands in AWS Lambda MicroVMs"
homepage = "https://github.com/contextbridge/aether"
readme = "README.md"
keywords = [
    "aws",
    "lambda",
    "microvm",
    "hooks",
    "server",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/contextbridge/aether"

[package.metadata.dist]
dist = false

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

[[bin]]
name = "lambda-microvm-hook-server"
path = "src/main.rs"

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

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

[dependencies.axum]
version = "0.8.9"

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "env",
]

[dependencies.nix]
version = "0.31"
features = [
    "process",
    "signal",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "^1.52.3"
features = [
    "macros",
    "rt-multi-thread",
    "net",
    "process",
    "sync",
]

[dependencies.tokio-util]
version = "^0.7.18"
features = ["rt"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "json",
]

[dev-dependencies.reqwest]
version = "^0.13.4"
features = [
    "json",
    "query",
    "rustls",
    "http2",
    "stream",
]
default-features = false

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

[lints.clippy]
absolute_paths = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
pub_underscore_fields = "allow"
return_self_not_must_use = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1