# 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 = "aliri_warp" version = "0.9.1" authors = ["Marcus Griep "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Warp filters for interacting with `aliri` authorities" readme = "README.md" keywords = [ "warp", "jose", "jwt", "oauth2", "auth", ] categories = [ "authentication", "web-programming", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/neoeinstein/aliri" resolver = "2" [package.metadata.workspaces] independent = true [lib] name = "aliri_warp" path = "src/lib.rs" [[example]] name = "test" path = "examples/test.rs" [dependencies.aliri] version = "0.6.4" [dependencies.aliri_oauth2] version = "0.10.2" features = ["reqwest"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dependencies.warp] version = "0.3" [dev-dependencies.color-eyre] version = "0.6" [dev-dependencies.regex] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "time", ]