aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7d3d31..20dc153 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ path = "benches/bench.rs"
harness = false
[features]
-default = ["json"]
+default = []
json = ["dep:serde", "dep:serde_json"]
[dependencies]