# 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 = "protect-endpoints-core" version = "0.1.2" authors = ["DDtKey "] description = "Core primitives for protecting endpoints within `*-grants` ecosystem" homepage = "https://github.com/DDtKey/protect-endpoints" readme = "README.md" keywords = [ "protect", "endpoint", "authz", "security", "grants", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/DDtKey/protect-endpoints" [dependencies.futures-util] version = "0.3.30" optional = true [dependencies.http] version = "1.1.0" [dependencies.pin-project] version = "1.1.3" optional = true [dependencies.tower] version = "0.4.13" optional = true default-features = false [dev-dependencies.tokio] version = "1.34.0" features = ["rt-multi-thread"] [features] tower = [ "dep:tower", "pin-project", "futures-util", ]