# 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" rust-version = "1.71.1" name = "tfct" version = "0.4.1" authors = ["Christian Haynes <06chaynes@gmail.com>"] description = "A tool to help manage a toolset that helps manage your deployments" homepage = "https://tfc-toolset.rs" readme = "README.md" keywords = [ "terraform", "cloud", "api", "toolset", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/06chaynes/tfc-toolset.git" [package.metadata.wix] path-guid = "B8F8DC64-E27C-4E8A-813F-1DF1C5B27F48" upgrade-guid = "5ED7AE6B-E7ED-40DC-A33B-F816903029B2" [[bin]] name = "tfct" path = "src/main.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.async-scoped] version = "0.9.0" features = ["use-async-std"] [dependencies.async-std] version = "1.12.0" features = ["attributes"] [dependencies.clap] version = "4.5.1" features = [ "derive", "wrap_help", ] [dependencies.config] version = "0.14.0" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.2" [dependencies.git2] version = "0.18.2" features = [ "vendored-libgit2", "vendored-openssl", ] [dependencies.git2_credentials] version = "0.13.0" [dependencies.hcl-rs] version = "0.16.7" [dependencies.log] version = "0.4.21" [dependencies.miette] version = "7.1.0" features = ["fancy"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.surf] version = "2.3.2" features = [ "encoding", "h1-client", ] default-features = false [dependencies.tfc-toolset] version = "0.6.0" [dependencies.tfc-toolset-extras] version = "0.2.4" [dependencies.thiserror] version = "1.0.57" [dependencies.time] version = "0.3.34" features = [ "serde", "parsing", "formatting", "serde-well-known", ] [dependencies.url] version = "2.5.0" [dependencies.walkdir] version = "2.5.0"