# 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 = "git-sql"
version = "0.0.1"
authors = ["Kenneth Endfinger <kaendfinger@gmail.com>"]
build = "build.rs"
description = "Git on SQL"
documentation = "https://docs.rs/git-sql"
readme = "README.md"
keywords = ["git", "postgres", "postgresql"]
license = "MIT"

[[bin]]
name = "git-sql"
path = "src/main.rs"
[dependencies.clap]
version = "2.29"
features = ["yaml"]

[dependencies.env_logger]
version = "0.4.3"

[dependencies.flate2]
version = "1.0"

[dependencies.git2]
version = "0.6.11"

[dependencies.iron]
version = "0.6.*"

[dependencies.lazy_static]
version = "1.0"

[dependencies.logger]
version = "0.4.*"

[dependencies.postgres]
version = "0.15.1"
features = ["with-openssl"]

[dependencies.postgres_array]
version = "0.9.0"

[dependencies.rand]
version = "0.3"

[dependencies.router]
version = "0.6.*"

[dependencies.sha1]
version = "0.3.0"

[dependencies.simple-error]
version = "0.1.10"

[dependencies.toml]
version = "0.4.5"
[build-dependencies.glob]
version = "0.2.11"