# 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 = "2018" name = "repo-utils" version = "0.3.0" authors = ["Florian Bramer "] description = "Utilities for google's repo-tool" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.40" [dependencies.clap] version = "4.0.13" features = [ "cargo", "derive", ] [dependencies.colored] version = "2" [dependencies.crossbeam] version = "0.8.0" [dependencies.git2] version = "0.15.0" [dependencies.indicatif] version = "0.17.0" features = ["rayon"] [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0"