# 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 = "tfswitcher" version = "0.8.0" authors = ["ASleepyCat dyeom340@gmail.com"] description = "A Terraform and OpenTofu version switcher" readme = "README.md" keywords = [ "cli", "terraform", "opentofu", "tfswitcher", "tfswitch", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ASleepyCat/tfswitcher" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.4" features = [ "cargo", "derive", "env", ] [dependencies.clap_complete] version = "4.5.2" [dependencies.dialoguer] version = "0.11.0" [dependencies.env_logger] version = "0.10.2" [dependencies.futures-util] version = "0.3.30" [dependencies.home] version = "0.5.9" [dependencies.indicatif] version = "0.17.8" [dependencies.indicatif-log-bridge] version = "0.2.2" [dependencies.log] version = "0.4.21" [dependencies.octocrab] version = "0.38.0" [dependencies.pathsearch] version = "0.2.0" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = [ "json", "stream", ] [dependencies.semver] version = "1.0.17" package = "tf-semver" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.shellexpand] version = "3.1.0" features = [ "base-0", "full", ] [dependencies.tfconfig] version = "0.2.3" [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8.13" [dependencies.zip] version = "1.1.3" [dev-dependencies.html-to-string-macro] version = "0.2.5" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.tempdir] version = "0.3.7"