# 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 = "no-proxy" version = "0.3.5" authors = ["Jérémie Drouet "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parses and evaluate no_proxy configuration" readme = "readme.md" license = "MIT" repository = "https://github.com/jdrouet/no-proxy" [lib] name = "no_proxy" path = "src/lib.rs" [dependencies.async-graphql] version = "^7.0" optional = true default-features = false [dependencies.cidr-utils] version = "^0.6" [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "^1.0" [features] default = ["serialize"] graphql = ["async-graphql"] serialize = ["serde"]