hyper 0.10.10

A modern HTTP library.
Documentation
1
2
3
4
5
6
7
extern crate rustc_version as rustc;

fn main() {
    if rustc::version_matches(">= 1.9") {
        println!("cargo:rustc-cfg=has_deprecated");
    }
}