# 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 = "gsp" version = "0.1.5" authors = ["Baptiste Roux"] description = """ Simple CLI to switch between gcloud projects. """ homepage = "https://github.com/BapRx/gsp" readme = "README.md" keywords = [ "gcloud", "gcp", ] categories = [ "command-line-utilities", "config", ] license = "MIT" repository = "https://github.com/BapRx/gsp" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap_complete] version = "4.5.2" [dependencies.log] version = "0.4.21" [dependencies.prettytable] version = "0.10.0" [dependencies.rust-ini] version = "0.21.0" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.simplelog] version = "0.12.2" features = ["paris"] [dependencies.skim] version = "0.10.4"