# 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 = "2021" 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." documentation = "https://docs.rs/proxyvars" readme = "README.md" keywords = [ "no_proxy", "http_proxy", "https_proxy", ] license = "MIT" repository = "https://github.com/goenning/proxyvars" [dependencies.http] version = "1.1.0" [dependencies.ipnet] version = "2.7"