# 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" rust-version = "1.66" name = "system_proxy" version = "0.3.2" authors = ["Sebastian Wiesner "] description = "Get the system-wide HTTP proxy" homepage = "https://github.com/swsnr/system_proxy.rs" documentation = "https://docs.rs/system_proxy" readme = "README.md" keywords = [ "HTTP", "proxy", "sytem-wide", ] categories = [ "api-bindings", "os", "network-programming", "web-programming::http-client", ] license = "MPL-2.0" repository = "https://github.com/swsnr/system_proxy.rs.git" [package.metadata.docs.rs] all-features = true features = [ "gio/dox", "zbus/async-io", ] [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] version = "0.11.14" features = ["blocking"] [dev-dependencies.temp-env] version = "0.3.2" [dev-dependencies.tokio] version = "1.26.0" features = [ "rt", "sync", ] [dev-dependencies.zbus] version = "3.10.0" features = ["tokio"] default-features = false [features] default = [] gio = [ "dep:glib", "dep:gio", ] portal = ["zbus"] tokio = ["zbus/tokio"] [target."cfg(all(unix, not(target_os=\"mac_os\")))".dependencies.gio] version = "0.17.2" optional = true [target."cfg(all(unix, not(target_os=\"mac_os\")))".dependencies.glib] version = "0.17.2" features = ["v2_66"] optional = true [target."cfg(all(unix, not(target_os=\"mac_os\")))".dependencies.zbus] version = "3.10.0" optional = true default-features = false