[dependencies.query-params-macro]
version = "0.0.4"
[dependencies.urlencoding]
version = "2.1.3"
[dev-dependencies.trybuild]
version = "1.0.85"
[package]
authors = ["Brendan Blanchard"]
categories = ["rust-patterns", "web-programming", "network-programming"]
description = "A procedural macro and trait for easy use of arbitrary structs as query parameters in Hyper"
edition = "2021"
exclude = [".idea", ".gitignore", ".github"]
keywords = ["hyper", "query", "params", "web", "http"]
license = "MIT"
name = "to-query-params"
readme = "README.md"
repository = "https://github.com/Brendan-Blanchard/to-query-params"
version = "0.0.4"