camel-function 0.9.0

Function runtime service for out-of-process function execution
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 = "camel-function"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Function runtime service for out-of-process function execution"
homepage = "https://github.com/kennycallado/rust-camel"
documentation = "https://docs.rs/camel-function"
readme = "README.md"
keywords = [
    "camel",
    "integration",
    "messaging",
    "routing",
    "enterprise",
]
categories = [
    "network-programming",
    "asynchronous",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/kennycallado/rust-camel"
resolver = "2"

[features]
docker-tests = []
runner-tests = []

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1"

[dependencies.bollard]
version = "0.20"

[dependencies.bytes]
version = "1"

[dependencies.camel-api]
version = "=0.9.0"

[dependencies.dashmap]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.reqwest]
version = "0.13"
features = [
    "rustls",
    "stream",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "sync",
    "time",
    "process",
    "macros",
    "rt",
]

[dependencies.tokio-util]
version = "0.7"
features = [
    "rt",
    "io",
    "rt",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.reqwest]
version = "0.13"
features = [
    "rustls",
    "stream",
    "json",
]
default-features = false

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
    "rt",
    "time",
    "process",
]