[[test]]
harness = false
name = "wpt"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tester]
version = "0.9"
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[lib]
test = false
[package]
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
autotests = false
categories = ["no_std"]
description = "Processing of data: URL according to WHATWG’s Fetch Standard"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "data-url"
readme = "README.md"
repository = "https://github.com/servo/rust-url"
rust-version = "1.51"
version = "0.3.0"