# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "github-rs" version = "0.7.0" authors = ["Michael Gattozzi "] description = "Pure Rust bindings to the Github API" homepage = "https://github.com/github-rs/github-rs" documentation = "https://docs.rs/github-rs/" license = "MIT" repository = "https://github.com/github-rs/github-rs.git" [dependencies.error-chain] version = "0.12.0" [dependencies.futures] version = "0.1.26" [dependencies.hyper] version = "0.12.27" [dependencies.hyper-rustls] version = "0.16.1" optional = true [dependencies.hyper-tls] version = "0.3.2" optional = true [dependencies.native-tls] version = "0.2.2" optional = true [dependencies.serde] version = "1.0.90" [dependencies.serde_json] version = "1.0.39" [dependencies.tokio-core] version = "0.1.17" [dev-dependencies.serde_derive] version = "1.0.90" [features] default = ["rustls"] rust-native-tls = ["native-tls", "hyper-tls"] rustls = ["hyper-rustls"] [badges.appveyor] branch = "master" repository = "github-rs/github-rs" service = "github" [badges.travis-ci] branch = "master" repository = "github-rs/github-rs"