# 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 = "2018" name = "proxy_cfg" version = "0.4.1" authors = ["mattico8@gmail.com", "rmarkiewicz@devolutions.net"] 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 = "2" [dev-dependencies.tempfile] version = "3.2" [features] default = ["env", "sysconfig_proxy"] env = [] sysconfig_proxy = [] [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9" [target."cfg(target_os = \"macos\")".dependencies.system-configuration-sys] version = "0.5.0" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winnt", "winhttp"] [target."cfg(windows)".dependencies.winreg] version = "0.9" [badges.appveyor] repository = "devolutions/proxy-cfg" [badges.travis-ci] repository = "devolutions/proxy-cfg"