[package] name = "gh_api" version = "0.3.1" authors = ["Sam Denty "] edition = "2018" license = "GPL-3.0" description = "Github API client" [target.'cfg(target_arch = "wasm32")'.dependencies] reqwest = { package = "reqwest-wasm", version = "0.11.16" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] reqwest = { version = "0.11.12" } [features] default = ["gzip"] gzip = ["reqwest/gzip"]