From 80907968b58924cc22bc5fc9566a1de5465be783 Mon Sep 17 00:00:00 2001 From: Gert Hulselmans Date: Fri, 2 Feb 2024 23:35:14 +0100 Subject: [PATCH] Fix "read" feature. --- bigtools/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigtools/Cargo.toml b/bigtools/Cargo.toml index 89dbd89..9a60974 100644 --- a/bigtools/Cargo.toml +++ b/bigtools/Cargo.toml @@ -81,5 +81,5 @@ required-features = ["cli"] default = ["remote", "read", "write", "cli"] remote = ["attohttpc", "tempfile"] cli = ["clap", "ryu", "ufmt", "read", "write"] -read = ["bytes"] +read = ["bytes", "itertools"] write = ["crossbeam-channel", "tempfile", "futures", "serde", "itertools", "bincode"]