# 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 = "repofetch" version = "0.3.3" authors = ["Spenser Black "] exclude = [ ".github/*", "images/*", ".editorconfig", ".gitignore", ".travis.yml", "CHANGELOG.md", ] description = "Fetch details about your remote repository" readme = "README.md" keywords = [ "repository", "github", "cli", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/spenserblack/repofetch" [dependencies.anyhow] version = "1" [dependencies.chrono-humanize] version = "0.2.2" [dependencies.clap] version = "3" features = [ "cargo", "wrap_help", ] [dependencies.colored] version = "2" [dependencies.dirs] version = "4" [dependencies.futures] version = "0.3" [dependencies.git2] version = "0.15" default-features = false [dependencies.humansize] version = "1" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1" [dependencies.octocrab] version = "0.17" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.more-asserts] version = "0.2" [dev-dependencies.paste] version = "1" [dev-dependencies.unicode-width] version = "0.1"