find_git 1.2.0

A cross-platform library which returns the full path to the Git binary if it can be found.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "find_git"
version = "1.2.0"
authors = ["Fraser Hutchison <fraser.hutchison@maidsafe.net>"]
description = "A cross-platform library which returns the full path to the Git binary if it can be found."
documentation = "https://docs.rs/find_git"
readme = "README.md"
keywords = ["git"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Fraser999/Find-Git.git"

[lib]
name = "find_git"
path = "src/lib.rs"

[[bin]]
name = "find_git"
path = "src/bin.rs"
doc = false
[target."cfg(windows)".dependencies.winapi]
version = "0.3"

[target."cfg(windows)".dependencies.winreg]
version = "0.5"