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 49cfeb0 commit 68c4fb2Copy full SHA for 68c4fb2
src/dev/dir-structure/Cargo.toml
@@ -13,7 +13,7 @@ rustdoc-args = ["--cfg", "docsrs"]
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
15
[features]
16
-default = ["derive", "tools", "_all"]
+default = ["derive", "tools"]
17
json = ["dep:serde", "dep:serde_json", "tools-data-formats"]
18
toml = ["dep:serde", "dep:toml", "tools-data-formats"]
19
yaml = ["dep:serde", "dep:serde_yaml", "tools-data-formats"]
0 commit comments