diff --git a/Cargo.toml b/Cargo.toml index 329912f..9d49e40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ path = "src/lib.rs" doc = true [features] -default = ["serde", "std", "tokio"] +default = ["serde", "std"] tokio = ["std", "dep:tokio"] std = []