# 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 = "rource" version = "0.3.1" authors = ["WelshProgrammer"] description = "A tool to help you generate a Gource log for all your repositories" homepage = "https://www.thecodecache.net" readme = "readme.md" keywords = [ "gource", "git", "log", "generator", "cli", ] categories = [ "development-tools", "command-line-utilities", "parsing", ] license = "Apache-2.0" repository = "https://github.com/AdamLeyshon/rource" [dependencies.anyhow] version = "1.0.77" [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.deepsize] version = "0.2.0" [dependencies.env_logger] version = "0.10.1" features = [] [dependencies.ext-sort] version = "0.1.4" features = ["memory-limit"] [dependencies.git2] version = "0.18.1" [dependencies.indicatif] version = "0.17.7" features = ["rayon"] [dependencies.indicatif-log-bridge] version = "0.2.2" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_cbor] version = "0.11.2" [dependencies.shellexpand] version = "3.1.0" features = [ "tilde", "path", ] [dependencies.sigpipe] version = "0.1.3"