# 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_config" version = "0.0.2" authors = ["mattico8@gmail.com"] description = "A library to get proxy configuration from the OS." documentation = "https://docs.rs/proxy_config" readme = "README.md" keywords = ["proxy"] categories = ["network-programming", "os"] license = "MIT/Apache-2.0" repository = "https://github.com/mattico/proxy-config" [dependencies.url] version = "1.5" [features] default = ["env"] env = [] [target."cfg(windows)".dependencies.winreg] version = "0.4" [badges.travis-ci] repository = "mattico/proxy-config" [badges.appveyor] repository = "mattico/proxy-config"