# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "url_query_string" version = "0.1.0" authors = ["André de Moraes "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust procedural macro for generating methods to serialize structs into URL query strings. Provides seamless integration with serde and supports customizable serialization formats like camelCase and snake_case." homepage = "https://github.com/decomoraes/rust_url_query_string" documentation = "https://docs.rs/url_query_string" readme = "README.md" keywords = [ "proc-macro", "struct", "url", "query", "string", ] categories = [ "development-tools", "development-tools::procedural-macro-helpers", "parsing", "web-programming", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/decomoraes/rust_url_query_string" [lib] name = "url_query_string" path = "src/lib.rs" proc-macro = true [[test]] name = "to_query_string" path = "tests/to_query_string.rs" [dependencies.quote] version = "1.0" [dependencies.serde_qs] version = "0.7" [dependencies.syn] version = "1.0" [dev-dependencies.serde] version = "1.0" features = ["derive"]