--- hyper-0.12.25/Cargo.toml 1969-12-31T16:00:00-08:00 +++ hyper-0.12.25/Cargo.toml 2019-03-01T15:35:58.088898-08:00 @@ -219,8 +219,5 @@ version = "0.2" [features] -__internal_flaky_tests = [] -__internal_happy_eyeballs_tests = [] -default = ["__internal_flaky_tests", "runtime"] -nightly = [] +default = ["runtime"] runtime = ["futures-cpupool", "net2", "tokio", "tokio-executor", "tokio-reactor", "tokio-tcp", "tokio-threadpool", "tokio-timer"]