proxyconfig 0.1.0

This is a simple library to help you get the proxy configuration from the system.
Documentation
[dependencies.color-eyre]
version = "0.6.2"

[dependencies.log]
version = "0.4.20"

[dependencies.serde]
features = ["derive"]
version = "1.0.189"

[dependencies.serde_json]
version = "1.0.107"

[package]
authors = ["BppleMan"]
description = "This is a simple library to help you get the proxy configuration from the system."
edition = "2021"
homepage = "https://github.com/dragit-git/proxy_config"
license = "Apache-2.0"
name = "proxyconfig"
readme = "README.md"
repository = "https://github.com/dragit-git/proxy_config"
version = "0.1.0"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.9.3"

[target."cfg(target_os = \"macos\")".dependencies.fruity]
features = ["foundation", "cf_network"]
version = "0.3.0"

[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2.7"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["winhttp", "libloaderapi", "impl-default", "errhandlingapi", "winbase"]
version = "0.3.9"