We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
features: 'derive'
1 parent eec5d0e commit 00f8dd6Copy full SHA for 00f8dd6
Cargo.toml
@@ -24,7 +24,7 @@ json = ["dep:serde", "dep:serde_json"]
24
[dependencies]
25
log = "0.4"
26
unicode-id = { version = "0.3", features = ["no_std"] }
27
-serde = { version = "1.0", optional = true }
+serde = { version = "1.0", features = ["derive"], optional = true }
28
serde_json = { version = "1.0", optional = true }
29
30
[dev-dependencies]
0 commit comments