# 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 = "actix-ip-filter" version = "0.3.1" authors = ["jhen ", "PauMAVA "] exclude = [".github/*"] description = "IP filter of HTTP requests for Actix Framework" homepage = "https://github.com/jhen0409/actix-ip-filter" documentation = "https://docs.rs/actix-ip-filter/" readme = "README.md" keywords = ["actix", "ip", "filter"] license = "MIT" repository = "https://github.com/jhen0409/actix-ip-filter.git" [lib] name = "actix_ip_filter" path = "src/lib.rs" [dependencies.actix-service] version = "2.0.1" [dependencies.actix-web] version = "4.0.0-beta.14" default-features = false [dependencies.futures-util] version = "0.3.7" default-features = false [dependencies.glob] version = "0.3.0" [dev-dependencies.actix-rt] version = "2.5.0"