# 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 = "tidploy" version = "0.16.0" authors = ["Tip ten Brink"] description = "Simple deployment tool for deploying small applications and loading secrets." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/tiptenbrink/tidploy" [dependencies.base64] version = "=0.21.7" [dependencies.camino] version = "1.1.6" [dependencies.clap] version = "=4.4.16" features = ["derive"] [dependencies.color-eyre] version = "=0.6.3" [dependencies.directories] version = "=5.0.1" [dependencies.duct] version = "=0.13.7" [dependencies.keyring] version = "=2.3.1" features = [ "linux-no-secret-service", "platform-windows", "platform-macos", ] default-features = false [dependencies.once_cell] version = "1.19.0" [dependencies.relative-path] version = "=1.9.2" [dependencies.rpassword] version = "=7.3.1" [dependencies.serde] version = "=1.0.195" features = ["derive"] [dependencies.serde_json] version = "=1.0.111" [dependencies.sha2] version = "0.10.8" [dependencies.spinoff] version = "=0.8.0" features = ["line"] [dependencies.test-log] version = "=0.2.15" features = ["trace"] default-features = false [dependencies.thiserror] version = "=1.0.56" [dependencies.toml] version = "=0.8.8" [dependencies.tracing] version = "=0.1.40" [dependencies.tracing-error] version = "=0.2.0" [dependencies.tracing-subscriber] version = "=0.3.18"