ffs-cli 0.1.3

A fast and flexible server management CLI tool for cloud providers
Documentation
[[bin]]
name = "ffs-cli"
path = "src/main.rs"

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

[dependencies.aws-config]
features = ["behavior-version-latest"]
version = "1"

[dependencies.aws-sdk-ec2]
version = "1"

[dependencies.clap]
features = ["derive", "color"]
version = "4.0"

[dependencies.hcloud]
version = "0.21.0"

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

[dependencies.ssh2]
features = ["vendored-openssl"]
version = "0.9"

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

[dependencies.toml]
version = "0.5"

[dev-dependencies]

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

[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast and flexible server management CLI tool for cloud providers"
documentation = "https://github.com/aviggiano/ffs"
edition = "2021"
homepage = "https://github.com/aviggiano/ffs"
license = "MIT"
name = "ffs-cli"
readme = "README.md"
repository = "https://github.com/aviggiano/ffs"
version = "0.1.3"