juniper 0.9.1

GraphQL server library
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 = "juniper"
version = "0.9.1"
authors = ["Magnus Hallin <mhallin@fastmail.com>", "Christoph Herzog <chris@theduke.at>"]
description = "GraphQL server library"
documentation = "https://docs.rs/juniper"
readme = "../README.md"
keywords = ["graphql", "server", "web", "rocket"]
categories = ["web-programming"]
license = "BSD-2-Clause"
repository = "https://github.com/graphql-rust/juniper"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false
[dependencies.chrono]
version = "0.4.0"
optional = true

[dependencies.fnv]
version = "1.0.3"

[dependencies.juniper_codegen]
version = "0.9.1"

[dependencies.ordermap]
version = "0.2.11"
features = ["serde-1"]

[dependencies.serde]
version = "1.0.8"

[dependencies.serde_derive]
version = "1.0.2"

[dependencies.serde_json]
version = "1.0.2"
optional = true

[dependencies.url]
version = "1.5.1"
optional = true

[dependencies.uuid]
version = "0.5.1"
optional = true
[dev-dependencies.bencher]
version = "0.1.2"

[dev-dependencies.serde_json]
version = "1.0.2"

[features]
default = ["chrono", "url", "uuid"]
expose-test-schema = []
nightly = []
[badges.appveyor]
repository = "graphql-rust/juniper"

[badges.travis-ci]
repository = "graphql-rust/juniper"