[package] name = "proxyvars" version = "0.2.0" authors = ["Guilherme Oenning "] description = "Parser for the HTTP_PROXY, HTTPS_PROXY and NO_PROXY environment variables, with a Go-like matcher for the NO_PROXY variable." license = "MIT" edition = "2021" repository = "https://github.com/goenning/proxyvars" keywords = ["no_proxy", "http_proxy", "https_proxy"] documentation = "https://docs.rs/proxyvars" [dependencies] ipnet = "2.7" http = "1.1.0"