# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "jinxapi-github" version = "0.2.6" authors = ["Jonathan Giddy"] description = "GitHub API client" keywords = ["github"] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/jinxapi/github-rs" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.authentic] version = "0.5.0" features = ["jwt", "step"] [dependencies.http] version = "0.2.6" [dependencies.hyper] version = "0.14.17" features = ["client", "http1"] optional = true [dependencies.log] version = "0.4.16" [dependencies.percent-encoding] version = "2.1.0" [dependencies.querylizer] version = "0.2.0" [dependencies.reqwest] version = "0.11.10" optional = true [dependencies.serde] version = "1.0.73" features = ["derive"] [dependencies.serde_json] version = "1.0.74" [dependencies.thiserror] version = "1.0.30" [dependencies.url] version = "2.2.2" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.hyper] version = "0.14" features = ["full"] [dev-dependencies.hyper-tls] version = "0.5.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["hyper-client"] hyper-client = ["hyper", "authentic/hyper-client"] reqwest-async = ["reqwest", "authentic/reqwest-async"] reqwest-blocking = ["reqwest/blocking", "authentic/reqwest-blocking"]