serde_qs 0.4.0

Querystrings for Serde
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 = "serde_qs"
version = "0.4.0"
authors = ["Sam Scott <me@samjs.co.uk>"]
description = "Querystrings for Serde"
documentation = "https://docs.rs/serde_qs"
readme = "README.md"
keywords = ["serde", "serialization", "querystring"]
categories = ["encoding", "web-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/samscott89/serde_qs"
[profile.release]
lto = false
debug = true

[lib]
test = false
[dependencies.data-encoding]
version = "2.0"

[dependencies.dtoa]
version = "0.4.0"

[dependencies.error-chain]
version = "0.11.0"

[dependencies.fnv]
version = "1.0.3"

[dependencies.itoa]
version = "0.3.0"

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

[dependencies.serde]
version = "1.0.1"

[dependencies.serde_derive]
version = "1.0.1"
[dev-dependencies.csv]
version = "0.15"

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

[dev-dependencies.serde_urlencoded]
version = "0.5"
[badges.travis-ci]
repository = "samscott89/serde_qs"