palladium-http 0.3.1

HTTP listener integration for the Palladium actor runtime
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.75"
name = "palladium-http"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP listener integration for the Palladium actor runtime"
readme = false
license = "Apache-2.0"

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

[dependencies.axum]
version = "0.7"

[dependencies.bytes]
version = "1"

[dependencies.http]
version = "1"

[dependencies.palladium-actor]
version = "0.3"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "time",
]