json-api 0.4.1

Idiomatic types for building a robust JSON API
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 = "json-api"
version = "0.4.1"
authors = ["Zachary Golba <zachary.golba@postlight.com>"]
description = "Idiomatic types for building a robust JSON API"
documentation = "https://docs.rs/json-api/0.4"
readme = "README.md"
categories = ["api-bindings", "encoding"]
license = "MIT/Apache-2.0"
repository = "https://github.com/zacharygolba/json-api-rs"
[dependencies.error-chain]
version = "0.11"

[dependencies.http]
version = "0.1"

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

[dependencies.percent-encoding]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_qs]
version = "0.3"
[badges.appveyor]
repository = "zacharygolba/json-api-rs"

[badges.circle-ci]
repository = "zacharygolba/json-api-rs"

[badges.codecov]
repository = "zacharygolba/json-api-rs"