# 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 = "tower-biscuit-auth" version = "0.1.0" authors = ["Vince Mutolo "] description = "Integrating Biscuit authentication with the Tower ecosystem." homepage = "https://github.com/vlmutolo/tower-biscuit-auth" readme = "README.md" categories = [ "network-programming", "authorization", "tower", "biscuits", ] license = "MIT" repository = "https://github.com/vlmutolo/tower-biscuit-auth" resolver = "2" [dependencies.arc-swap] version = "1.5.0" [dependencies.biscuit-auth] version = "2.1.0" [dependencies.tower] version = "0.4.12" features = ["filter"] default-features = false [dev-dependencies.anyhow] version = "1.0.57" [dev-dependencies.axum] version = "0.5.4" [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.http] version = "0.2.7" [dev-dependencies.hyper] version = "0.14.18" features = [ "tcp", "http1", "server", ] [dev-dependencies.tokio] version = "1.18.1" features = ["macros"] [dev-dependencies.tokio-test] version = "0.4.2" [dev-dependencies.tower-http] version = "0.3.2" features = ["auth"] [dev-dependencies.tower-test] version = "0.4.0"