servo-hyper-serde 0.2.0

Serde support for hyper types.
Documentation
# 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 = "2024"
name = "servo-hyper-serde"
version = "0.2.0"
authors = ["The Servo Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serde support for hyper types."
documentation = "https://docs.rs/hyper_serde"
readme = "README.md"
keywords = [
    "serde",
    "serialization",
    "hyper",
    "cookie",
    "mime",
]
categories = [
    "encoding",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/servo"
resolver = "2"

[lib]
name = "servo_hyper_serde"
path = "lib.rs"
test = false
doctest = false

[[test]]
name = "supported"
path = "tests/supported.rs"

[[test]]
name = "tokens"
path = "tests/tokens.rs"

[dependencies.cookie]
version = "0.18"
package = "cookie"

[dependencies.headers]
version = "0.4"

[dependencies.http]
version = "1.4"

[dependencies.hyper]
version = "1.9"

[dependencies.mime]
version = "0.3.13"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_core]
version = "1.0.226"

[dev-dependencies.serde]
version = "1.0.228"

[dev-dependencies.serde_test]
version = "1.0"