# 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 = "dg" version = "1.1.0" authors = ["Dotan Nahum "] description = "dg - find dirty git repos recursively" documentation = "https://docs.rs/dg/" readme = "README.md" keywords = [ "cli", "git", ] license = "Apache-2.0" repository = "https://github.com/jondot/dg" resolver = "1" [package.metadata.binstall.overrides.x86_64-apple-darwin] bin-dir = "dg-x86_64-macos/dg" pkg-fmt = "txz" pkg-url = "{ repo }/releases/download/v{ version }/dg-x86_64-macos.tar.xz" [package.metadata.binstall.overrides.x86_64-pc-windows-msvc] bin-dir = "dg-x86_64-windows/dg.exe" pkg-fmt = "zip" pkg-url = "{ repo }/releases/download/v{ version }/dg-x86_64-windows.zip" [package.metadata.binstall.overrides.x86_64-unknown-linux-gnu] bin-dir = "dg-x86_64-linux/dg" pkg-fmt = "txz" pkg-url = "{ repo }/releases/download/v{ version }/dg-x86_64-linux.tar.xz" [[bin]] name = "dg" path = "src/main.rs" required-features = ["cli"] [dependencies.argh] version = "0.1.10" [dependencies.eyre] version = "0.6.8" optional = true [dependencies.git2] version = "0.16.1" features = [ "vendored-libgit2", "vendored-openssl", ] [dependencies.ignore] version = "0.4" [dependencies.indicatif] version = "0.17.3" [dependencies.num_cpus] version = "1.15.0" [dependencies.owo-colors] version = "3.5.0" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.160" [dependencies.tabled] version = "0.10.0" features = ["color"] [dev-dependencies.insta] version = "1.17.1" features = [ "backtrace", "redactions", ] [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.trycmd] version = "0.14.10" [features] cli = ["dep:eyre"] default = ["cli"]