# 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 = "git-find" version = "0.6.0" authors = ["David Bernard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool (cli & lib) to find local git repositories." homepage = "https://github.com/davidB/git-find" readme = "README.md" keywords = [ "git", "find", "search", ] categories = [ "command-line-utilities", "development-tools", ] license = "CC0-1.0" repository = "https://github.com/davidB/git-find" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [lib] name = "git_find" path = "src/lib.rs" [[bin]] name = "git-find" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1" [dependencies.git2] version = "0.19" features = [] default-features = false [dependencies.gtmpl] version = "0.7" [dependencies.gtmpl_derive] version = "0.5" [dependencies.gtmpl_value] version = "0.5" [dependencies.regex] version = "1.11" [dependencies.slog] version = "2.7.0" features = [ "max_level_trace", "release_max_level_warn", ] [dependencies.slog-async] version = "2.7.0" [dependencies.slog-term] version = "2.8.0" [dependencies.structopt] version = "0.3.22" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.spectral] version = "0.6.0" [target.'cfg(all(unix, not(target_os = "redox")))'.dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.kernel32-sys] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" [badges.appveyor] repository = "davidB/git-find" [badges.travis-ci] repository = "davidB/git-find"