[dependencies.clap]
features = ["derive"]
version = "4.4.10"
[dependencies.keyring]
default-features = false
features = ["linux-no-secret-service"]
version = "2.1.0"
[dependencies.rpassword]
version = "7.3.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.193"
[dependencies.serde_json]
version = "1.0.108"
[dependencies.spinoff]
features = ["line"]
version = "0.8.0"
[dependencies.toml]
version = "0.8.8"
[package]
authors = ["Tip ten Brink"]
description = "Simple deployment tool for deploying small deploy units and loading secrets"
edition = "2021"
license-file = "LICENSE"
name = "tidploy"
repository = "https://github.com/tiptenbrink/tidploy"
version = "0.3.0"