# 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 = "http-acl" version = "0.5.10" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An ACL for HTTP requests." readme = "README.md" keywords = [ "http", "acl", "ip", "network", "ssrf", ] categories = [ "network-programming", "web-programming::http-client", ] license = "Apache-2.0" repository = "https://github.com/nethunterslabs/http-acl" [lib] name = "http_acl" path = "src/lib.rs" [dependencies.ipnet] version = "2.9.0" [dependencies.matchit] version = "0.8.4" [dependencies.serde] version = "1.0.204" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.63" [dependencies.url] version = "2.5.2" [dev-dependencies] [features] serde = [ "dep:serde", "ipnet/serde", ]