[dependencies.proc-macro2]
version = "^1.0.7"
[dependencies.query-params-trait]
version = "^0.0.1"
[dependencies.quote]
version = "^1.0.2"
[dependencies.syn]
features = ["full", "derive", "extra-traits"]
version = "^1.0.13"
[lib]
proc-macro = true
[package]
authors = ["Alessio Coltellacci <lightplay8@gmail.com>", "Ćukasz Kurowski <crackcomm@gmail.com>"]
categories = ["development-tools"]
description = "Rust macro to automatically implement the serialization to http query parameters for arbitrary structs."
documentation = "https://docs.rs/query-params-derive"
homepage = "https://github.com/crackcomm/query_params"
keywords = ["derive", "macro", "http"]
license = "MIT"
name = "query-params-derive"
repository = "https://github.com/crackcomm/query_params"
version = "0.1.1"