# 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 = "axum-option" version = "0.1.0" authors = ["Alexander Lyon "] description = "Valid-or-missing extractor for Axum" readme = "README.md" license = "MIT OR Apache-2.0" [[example]] name = "headers" required-features = ["headers"] [[example]] name = "jwt-authorizer" required-features = ["jwt-authorizer"] [[example]] name = "query" [[example]] name = "path" [dependencies.axum] version = "0.6.12" [dependencies.axum-extra] version = "0.7.2" optional = true [dependencies.jwt-authorizer] version = "0.8.1" optional = true [dependencies.prost] version = "0.11.8" [dependencies.serde] version = "1.0.158" [dev-dependencies.axum-debug] version = "0.3.3" [dev-dependencies.axum-macros] version = "0.3.7" [dev-dependencies.jwt-authorizer] version = "0.8.1" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.tokio] version = "1.26.0" features = [ "rt", "macros", ] [features] headers = ["axum/headers"]