diff --git a/Cargo.toml b/Cargo.toml index 751eba47e..9c1cfe91b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ full = [ "webhook-endpoints", ] -stream = ["futures-util"] +stream = [] # stripe feature groups checkout = ["billing"] @@ -63,7 +63,7 @@ webhook-events = ["events", "hmac", "sha2", "chrono", "hex"] events = [] # runtimes -async = [] +async = ["futures-util"] blocking = [] runtime-tokio-hyper = ["tokio", "hyper-client", "hyper-tls", "async"]