turnout 0.3.0

A developer's switchyard: point local apps at any backend stand, keep servers and secrets at hand, build and deploy from any directory
# 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.85"
name = "turnout"
version = "0.3.0"
authors = ["Kirill Lakhtachev <lahtachev@gmail.com>"]
build = "build.rs"
exclude = [
    "docs/",
    ".github/",
    "cliff.toml",
    "rustfmt.toml",
    "assets/social-preview.png",
    "assets/logo-512.png",
    "assets/apple-touch-icon.png",
    "assets/favicon-32.png",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A developer's switchyard: point local apps at any backend stand, keep servers and secrets at hand, build and deploy from any directory"
homepage = "https://github.com/lacodda/turnout"
readme = "README.md"
keywords = [
    "cli",
    "developer-tools",
    "proxy",
    "deploy",
    "environment",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/lacodda/turnout"

[[bin]]
name = "turnout"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"

[dependencies.axum]
version = "0.8"
features = ["ws"]

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.clap_complete]
version = "4.6.8"

[dependencies.dialoguer]
version = "0.11"

[dependencies.directories]
version = "6"

[dependencies.dunce]
version = "1"

[dependencies.futures-util]
version = "0.3.33"
features = [
    "std",
    "sink",
]
default-features = false

[dependencies.keyring]
version = "3"
features = [
    "windows-native",
    "apple-native",
    "sync-secret-service",
]

[dependencies.native-tls]
version = "0.2.18"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.ssh2]
version = "0.9"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
]

[dependencies.tokio-tungstenite]
version = "0.30.0"
features = ["native-tls"]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.axum]
version = "0.8"
features = ["ws"]

[dev-dependencies.futures-util]
version = "0.3.33"
features = [
    "std",
    "sink",
]
default-features = false

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "net",
    "rt-multi-thread",
]

[dev-dependencies.tokio-tungstenite]
version = "0.30.0"

[target."cfg(windows)".build-dependencies.winresource]
version = "0.1"