# 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 = "origin_check" version = "0.2.2" authors = ["Ben Weinstein-Raun "] description = "A minimal Tower middleware layer for mitigating CSRF attacks" documentation = "https://docs.rs/origin_check/latest/origin_check/" readme = "README.md" keywords = [ "csrf", "tower", "middleware", "http", ] categories = [ "network-programming", "web-programming", "web-programming::http-server", ] license = "CC0-1.0 OR Apache-2.0" repository = "https://github.com/benwr/origin_check" [dependencies.cidr] version = "0.2" [dependencies.http] version = "1" [dependencies.pin-project] version = "1" [dependencies.tower] version = "0.4" [dependencies.tower-layer] version = "0.3" optional = true [dev-dependencies.tower-test] version = "0.4" [features] default = ["tower-layer"]