automaat-processor-sql-query 0.1.0

SQL Query processor for the Automaat automation utility.
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]
edition = "2018"
name = "automaat-processor-sql-query"
version = "0.1.0"
authors = ["Jean Mertz <jean@mertz.fm>"]
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
description = "SQL Query processor for the Automaat automation utility."
readme = "README.md"
keywords = ["automaat", "automation"]
categories = ["command-line-utilities"]
license = "MIT/Apache-2.0"
repository = "https://github.com/blendle/automaat"
[dependencies.automaat-core]
version = "0.1"

[dependencies.juniper]
version = "0.12"
optional = true

[dependencies.postgres]
version = "0.16.0-rc.1"
features = ["with-serde_json-1"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlparser]
version = "0.3"

[dependencies.url]
version = "1"

[dependencies.url_serde]
version = "0.2"
[dev-dependencies.juniper]
version = "0.12"

[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.version-sync]
version = "0.8"
[badges.travis-ci]
repository = "blendle/automaat"