diff --git a/Cargo.toml b/Cargo.toml index 8c86d157..f97da35e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ proptest = "1.0.0" serde_json = { version = "1.0", default-features = false, features = ["std"] } [features] -default = ["datafusion"] +default = ["async"] async = ["async-trait", "futures", "futures-util", "tokio"] cli = ["anyhow", "clap"]