# 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 = "restless-query" version = "0.1.0" authors = ["Patrick M. Elsen "] description = "Helper types to encode query parameters for the restless crate." homepage = "https://xfbs.gitlab.io/restless" license = "MIT" repository = "https://github.com/xfbs/restless" [dependencies.restless-core] version = "0.1.0" [dependencies.serde] version = "1.0.197" optional = true [dependencies.serde_qs] version = "0.12.0" optional = true [dependencies.serde_urlencoded] version = "0.7.1" optional = true [features] qs = [ "dep:serde", "dep:serde_qs", ] urlencoded = [ "dep:serde", "dep:serde_urlencoded", ]