# 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 = "2018" name = "cargo-skyline-octocrab" version = "0.16.0" authors = ["XAMPPRocky "] description = "A modern, extensible GitHub API client." homepage = "https://github.com/jam1garner/octocrab" documentation = "https://docs.rs/cargo-skyline-octocrab" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/jam1garner/octocrab.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "octocrab" [dependencies.arc-swap] version = "1.3.0" [dependencies.async-trait] version = "0.1.50" [dependencies.base64] version = "0.13.0" [dependencies.bytes] version = "1.0.1" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.futures-core] version = "0.3.15" optional = true [dependencies.futures-util] version = "0.3.15" optional = true [dependencies.hyperx] version = "1.3.0" [dependencies.jsonwebtoken] version = "8" [dependencies.once_cell] version = "1.7.2" [dependencies.reqwest] version = "0.11.10" features = ["json"] default-features = false [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.serde_path_to_error] version = "0.1.4" [dependencies.snafu] version = "0.7" features = ["backtraces"] [dependencies.url] version = "2.2.2" features = ["serde"] [dev-dependencies.tokio] version = "1.17.0" features = [ "macros", "rt-multi-thread", "time", ] default-features = false [dev-dependencies.wiremock] version = "0.5.3" [features] default = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"] stream = [ "futures-core", "futures-util", "reqwest/stream", ]