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.
1 parent 9b2fd78 commit 24731d4Copy full SHA for 24731d4
Cargo.toml
@@ -19,7 +19,7 @@ default = ["toml", "json", "yaml", "ini", "ron", "json5", "convert-case", "async
19
json = ["serde_json"]
20
yaml = ["yaml-rust"]
21
ini = ["rust-ini"]
22
-json5 = ["json5_rs"]
+json5 = ["json5_rs", "serde/derive"]
23
convert-case = ["convert_case"]
24
preserve_order = ["indexmap", "toml/preserve_order", "serde_json/preserve_order", "ron/indexmap"]
25
async = ["async-trait"]
0 commit comments