From 4483d25511704a16756e09698854ef1648a0a77b Mon Sep 17 00:00:00 2001 From: "pinkforest(she/her)" <36498018+pinkforest@users.noreply.github.com> Date: Mon, 6 Feb 2023 23:58:33 +1100 Subject: [PATCH] Remove `json` from default features Closes GH-47. Closes GH-49. Reviewed-by: Titus Wormer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7d3d31c..20dc1536 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]