minifly-api 0.1.2

API server for Minifly - Local Fly.io development simulator
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 = "minifly-api"
version = "0.1.2"
authors = ["Minifly Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API server for Minifly - Local Fly.io development simulator"
homepage = "https://minifly-docs.fly.dev"
documentation = "https://minifly-docs.fly.dev"
readme = false
keywords = [
    "fly",
    "flyio",
    "development",
    "api",
    "server",
]
categories = [
    "development-tools",
    "simulation",
]
license = "MIT"
repository = "https://github.com/NoHeadDotDev/minifly"

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

[[bin]]
name = "minifly-api"
path = "src/main.rs"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7"
features = [
    "macros",
    "json",
    "ws",
]

[dependencies.base64]
version = "0.22"

[dependencies.bollard]
version = "0.17"

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

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.hyper]
version = "1.4"

[dependencies.minifly-core]
version = "0.1.2"

[dependencies.minifly-litefs]
version = "0.1.2"

[dependencies.minifly-logging]
version = "0.1.2"

[dependencies.minifly-network]
version = "0.1.2"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "sqlite",
    "migrate",
]

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.tower]
version = "0.5"
features = ["full"]

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

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.serial_test]
version = "3.0"

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

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

[dev-dependencies.wiremock]
version = "0.6"