proxy_cfg 0.3.4

A library to get proxy configuration from the OS.
Documentation
[badges.appveyor]
repository = "devolutions/proxy-cfg"

[badges.travis-ci]
repository = "devolutions/proxy-cfg"
[dependencies.url]
version = "2"
[dev-dependencies.tempfile]
version = "2.1.6"

[features]
default = ["env", "sysconfig_proxy"]
env = []
sysconfig_proxy = []

[package]
authors = ["mattico8@gmail.com", "rmarkiewicz@devolutions.net"]
categories = ["network-programming", "os"]
description = "A library to get proxy configuration from the OS."
documentation = "https://docs.rs/proxy_cfg"
edition = "2018"
keywords = ["proxy"]
license = "MIT/Apache-2.0"
name = "proxy_cfg"
readme = "README.md"
repository = "https://github.com/devolutions/proxy-cfg"
version = "0.3.4"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.6.0"

[target."cfg(target_os = \"macos\")".dependencies.system-configuration-sys]
version = "0.3.0"
[target."cfg(windows)".dependencies.winapi]
features = ["winnt", "winhttp"]
version = "0.3.5"

[target."cfg(windows)".dependencies.winreg]
version = "0.7"