# 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 = "fetchchromium" version = "0.4.0" authors = ["Adrian Taylor "] description = "A tool to fetch Chromium builds rapidly" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/google/fetchchromium" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.0.29" [dependencies.env_logger] version = "0.10.0" [dependencies.glob-match] version = "0.2.1" [dependencies.indexmap] version = "1.9.2" features = ["rayon"] [dependencies.indicatif] version = "0.17.2" [dependencies.itertools] version = "0.10.5" [dependencies.rayon] version = "1.6.0" [dependencies.reqwest] version = "0.11.13" features = ["blocking"] [dependencies.ripunzip] version = "1.2.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.89" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.url-escape] version = "0.1.1"