# 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 = "2018" name = "serde_urlencoded_field" version = "1.119.0" authors = ["Kevin Cox "] description = "Easily urlencode fields in serde_dervie types." homepage = "https://gitlab.com/kevincox/serde_urlencoded_field.rs" readme = "README.md" license = "Apache-2.0" [dependencies.percent-encoding] version = "2.2.0" [dependencies.serde] version = "1.0.155" [dependencies.serde_derive] version = "1.0.155" [dependencies.serde_json] version = "1.0.94"