proxy_cfg 0.1.0

A library to get proxy configuration from the OS.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "proxy_cfg"
version = "0.1.0"
authors = ["mattico8@gmail.com"]
description = "A library to get proxy configuration from the OS."
documentation = "https://docs.rs/proxy_cfg"
readme = "README.md"
keywords = ["proxy"]
categories = ["network-programming", "os"]
license = "MIT/Apache-2.0"
repository = "https://github.com/devolutions/proxy-cfg"
[dependencies.url]
version = "1.5"
[dev-dependencies.tempfile]
version = "2.1.6"

[features]
default = ["env", "sysconfig_proxy"]
env = []
sysconfig_proxy = []
[target."cfg(target_os = \"macos\")".dependencies.plist]
version = "0.3.0"

[target."cfg(target_os = \"macos\")".dependencies.serde_json]
version = "1.0.33"
[target."cfg(windows)".dependencies.winreg]
version = "0.4"
[badges.appveyor]
repository = "devolutions/proxy-cfg"

[badges.travis-ci]
repository = "devolutions/proxy-cfg"