|
@@ -3,12 +3,18 @@ name = "data-url"
|
|
|
version = "0.2.0"
|
|
version = "0.2.0"
|
|
|
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
|
|
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
|
|
|
description = "Processing of data: URL according to WHATWG’s Fetch Standard"
|
|
description = "Processing of data: URL according to WHATWG’s Fetch Standard"
|
|
|
|
|
+categories = ["no_std"]
|
|
|
repository = "https://github.com/servo/rust-url"
|
|
repository = "https://github.com/servo/rust-url"
|
|
|
license = "MIT OR Apache-2.0"
|
|
license = "MIT OR Apache-2.0"
|
|
|
edition = "2018"
|
|
edition = "2018"
|
|
|
autotests = false
|
|
autotests = false
|
|
|
rust-version = "1.51"
|
|
rust-version = "1.51"
|
|
|
|
|
|
|
|
|
|
+[features]
|
|
|
|
|
+default = ["std"]
|
|
|
|
|
+std = ["alloc"]
|
|
|
|
|
+alloc = []
|
|
|
|
|
+
|
|
|
[dev-dependencies]
|
|
[dev-dependencies]
|
|
|
tester = "0.9"
|
|
tester = "0.9"
|
|
|
serde = {version = "1.0", features = ["derive"]}
|
|
serde = {version = "1.0", features = ["derive"]}
|