system_proxy 0.3.1

Get the system-wide HTTP proxy
[dependencies.log]
version = "0.4.17"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.url]
version = "2.3.1"
[dev-dependencies.pretty_assertions]
version = "1.3.0"

[dev-dependencies.reqwest]
features = ["blocking"]
version = "0.11.14"

[dev-dependencies.temp-env]
version = "0.3.2"

[dev-dependencies.tokio]
features = ["rt", "sync"]
version = "1.26.0"

[dev-dependencies.zbus]
default-features = false
features = ["tokio"]
version = "3.10.0"

[features]
default = []
gio = ["dep:glib", "dep:gio"]
portal = ["zbus"]
tokio = ["zbus/tokio"]

[package]
authors = ["Sebastian Wiesner <sebastian@swsnr.de>"]
categories = ["api-bindings", "os", "network-programming", "web-programming::http-client"]
description = "Get the system-wide HTTP proxy"
documentation = "https://docs.rs/system_proxy"
edition = "2021"
homepage = "https://github.com/swsnr/system_proxy.rs"
keywords = ["HTTP", "proxy", "sytem-wide"]
license = "MPL-2.0"
name = "system_proxy"
readme = "README.md"
repository = "https://github.com/swsnr/system_proxy.rs.git"
rust-version = "1.66"
version = "0.3.1"
[package.metadata.docs.rs]
all-features = true
features = ["glib/dox", "gio/dox", "zbus/async-io"]
[target."cfg(all(unix, not(target_os=\"mac_os\")))".dependencies.gio]
optional = true
version = "0.17.2"

[target."cfg(all(unix, not(target_os=\"mac_os\")))".dependencies.glib]
features = ["v2_66"]
optional = true
version = "0.17.2"

[target."cfg(all(unix, not(target_os=\"mac_os\")))".dependencies.zbus]
default-features = false
optional = true
version = "3.10.0"