# 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 = "git-collage" version = "0.4.3" description = "A tool for selectively mirroring Git repositories" homepage = "https://github.com/DanNixon/git-collage" readme = "README.md" keywords = [ "git", "mirror", "github", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/DanNixon/git-collage" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.81" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "~4.4" features = ["derive"] [dependencies.clap_complete] version = "~4.4" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.enum_dispatch] version = "0.3.13" [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3.30" [dependencies.git2] version = "0.19.0" [dependencies.log] version = "0.4.22" [dependencies.octocrab] version = "0.39.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_variant] version = "0.1.3" [dependencies.tokio] version = "1.39.2" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8.19" [dependencies.url] version = "2.5.2" features = ["serde"]