diff --git a/Cargo.toml b/Cargo.toml index eb570b1..eb568e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,6 @@ license = "MIT OR Apache-2.0" authors = ["Dirkjan Ochtman "] edition = "2018" -[features] -with-serde = ["serde", "serde-big-array"] - [dependencies] ahash = "0.6.1" indicatif = { version = "0.15", optional = true }