diff --git a/Cargo.toml b/Cargo.toml index 218ed07b33b..0c4d568fde2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,6 +130,13 @@ skip_feature_sets = [ ["ahash"], ["benchmarks"], ["merge_sort"], + # io are additive APIs and do not interact + ["io_csv"], + ["io_csv_read"], + ["io_csv_write"], + ["io_avro"], + ["io_json"], + ["io_parquet"], ["io_json_integration"], # this does not change the public API ["io_parquet_compression"],