--- hyper-0.14.5/Cargo.toml 1970-01-01T00:00:00+00:00 +++ hyper-0.14.5/Cargo.toml 2021-03-28T12:24:50.446939+00:00 @@ -266,14 +266,12 @@ version = "2.2" [features] -__internal_happy_eyeballs_tests = [] client = [] default = [] ffi = ["libc"] full = ["client", "http1", "http2", "server", "stream", "runtime"] http1 = [] http2 = ["h2"] -nightly = [] runtime = ["tcp", "tokio/rt"] server = [] stream = []