# 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 = "hubcaps" version = "0.6.2" authors = ["softprops "] description = "Rust interface for Github" homepage = "https://github.com/softprops/hubcaps" documentation = "https://docs.rs/hubcaps/" readme = "README.md" keywords = ["hyper", "github"] categories = ["api-bindings", "web-programming::http-client"] license = "MIT" repository = "https://github.com/softprops/hubcaps" [dependencies.base64] version = "0.12" [dependencies.data-encoding] version = "2" [dependencies.dirs] version = "3.0" optional = true [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyperx] version = "1" [dependencies.jsonwebtoken] version = "7" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.percent-encoding] version = "2" [dependencies.reqwest] version = "0.10" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.tokio] version = "0.2" features = ["macros", "rt-threaded"] [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] httpcache = ["dirs"] rustls-tls = ["reqwest/rustls-tls"] [badges.maintenance] status = "actively-developed"