# 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 = "club-rs" version = "0.1.2" authors = ["Faiz Surani "] description = "A command-line utility for managing Clasp remotes for Google Apps Script projects." homepage = "https://github.com/ProbablyFaiz/club.rs" documentation = "https://github.com/ProbablyFaiz/club.rs" readme = "README.md" keywords = [ "clasp", "google-apps-script", "cli", ] license = "MIT" repository = "https://github.com/ProbablyFaiz/club.rs" [[bin]] name = "club" path = "src/main.rs" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.indexmap] version = "2.2.5" [dependencies.regex] version = "1.10.3" [dependencies.serde_json] version = "1.0.114"