We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4cb8f1 + 546df5f commit 088093fCopy full SHA for 088093f
Cargo.toml
@@ -14,7 +14,7 @@ build = "build.rs"
14
exclude = ["src/css-parsing-tests/**", "src/big-data-url.css"]
15
16
[dev-dependencies]
17
-rustc-serialize = "0.3"
+serde_json = "1.0"
18
difference = "2.0"
19
encoding_rs = "0.8"
20
src/lib.rs
@@ -82,7 +82,7 @@ extern crate encoding_rs;
82
#[doc(hidden)]
83
pub extern crate phf as _internal__phf;
84
#[cfg(test)]
85
-extern crate rustc_serialize;
+extern crate serde_json;
86
#[cfg(feature = "serde")]
87
extern crate serde;
88
#[cfg(feature = "heapsize")]
0 commit comments