claw-spawn 0.1.1

Digital Ocean VPS provisioning and OpenClaw bot orchestration
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"
name = "claw-spawn"
version = "0.1.1"
authors = ["Cedros Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Digital Ocean VPS provisioning and OpenClaw bot orchestration"
readme = "README.md"
keywords = [
    "digitalocean",
    "provisioning",
    "axum",
    "postgres",
    "orchestration",
]
categories = ["web-programming::http-server"]
license = "MIT"
repository = "https://github.com/conorholds/claw-spawn"

[features]
default = ["server"]
server = [
    "axum",
    "tokio/rt-multi-thread",
    "tower-http",
    "utoipa",
    "utoipa-swagger-ui",
]

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

[[bin]]
name = "claw-spawn-server"
path = "src/main.rs"
required-features = ["server"]

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.axum]
version = "0.7"
features = [
    "tokio",
    "http1",
    "json",
]
optional = true

[dependencies.base64]
version = "0.21"
features = ["std"]

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

[dependencies.config]
version = "0.14"

[dependencies.dotenvy]
version = "0.15"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.11"
features = ["json"]

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-native-tls",
    "postgres",
    "uuid",
    "chrono",
    "migrate",
]

[dependencies.strum]
version = "0.25"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = [
    "macros",
    "sync",
    "time",
]

[dependencies.tokio-cron-scheduler]
version = "0.9"
optional = true

[dependencies.tower-http]
version = "0.5"
features = [
    "trace",
    "cors",
]
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.utoipa]
version = "4.1"
features = ["axum_extras"]
optional = true

[dependencies.utoipa-swagger-ui]
version = "6.0"
features = ["axum"]
optional = true

[dependencies.uuid]
version = "1.6"
features = [
    "v4",
    "serde",
]

[dependencies.validator]
version = "0.16"
features = ["derive"]

[dev-dependencies.mockall]
version = "0.12"

[dev-dependencies.tokio-test]
version = "0.4"