# 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_xrpc" version = "0.1.0" authors = [ "Anthony Ramine ", "dataphract ", ] build = false exclude = [ "/.github", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "XRPC-flavored serde_urlencoded" readme = "README.md" keywords = [ "serde", "serialization", "urlencoded", "atproto", "xrpc", ] categories = [ "encoding", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dataphract/serde_urlencoded_xrpc" [lib] name = "serde_urlencoded_xrpc" path = "src/lib.rs" [[test]] name = "test_deserialize" path = "tests/test_deserialize.rs" [[test]] name = "test_serialize" path = "tests/test_serialize.rs" [dependencies.form_urlencoded] version = "1" [dependencies.itoa] version = "1" [dependencies.ryu] version = "1" [dependencies.serde] version = "1.0.69" [dev-dependencies.serde_derive] version = "1"