# 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 = "teapot_tools" version = "0.4.3" authors = ["Lauren N. Liberda "] description = "Replacement for depot_tools (gclient) and luci-go (cipd)" readme = "README.md" keywords = [ "gclient", "depot_tools", "cipd", "chromium-infra", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://codeberg.org/selfisekai/teapot_tools" [[bin]] name = "download_from_google_storage" [[bin]] name = "gclient" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.futures] version = "0.3.28" [dependencies.globwalk] version = "0.8.1" [dependencies.itertools] version = "0.10.5" [dependencies.linya] version = "0.3.0" [dependencies.once_cell] version = "1.17.1" [dependencies.path-absolutize] version = "3.0.14" [dependencies.prost] version = "0.11.9" [dependencies.pyo3] version = "0.18.3" features = [ "auto-initialize", "macros", "serde", ] [dependencies.reqwest] version = "0.11.17" features = ["gzip"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.smart-default] version = "0.7.1" [dependencies.tokio] version = "1.28.0" features = [ "macros", "rt-multi-thread", ] [dependencies.url] version = "2.3.1" [dependencies.zip] version = "0.6.4" features = ["deflate"] default-features = false [build-dependencies.prost-build] version = "0.11.9"