# 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 = "tfc-toolset" version = "0.6.0" authors = ["Christian Haynes <06chaynes@gmail.com>"] description = "A toolset to help manage a toolset that helps manage your deployments" homepage = "https://tfc-toolset.rs" readme = "README.md" keywords = [ "terraform", "cloud", "api", "toolset", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/06chaynes/tfc-toolset.git" [dependencies.anyhow] version = "1.0.80" [dependencies.async-std] version = "1.12.0" default-features = false [dependencies.config] version = "0.14.0" [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.surf] version = "2.3.2" default-features = false [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"