# 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-negotiate" version = "0.1.1" authors = ["Paul Zinselmeyer"] description = "Kerberos SPNEGO and NTLM Authentication(RFC4559) for axum" readme = "README.md" keywords = [ "axum", "ntlm", "kerberos", "spnego", "gssapi", ] license = "LGPL-3.0-or-later" repository = "https://github.com/pfzetto/axum-negotiate" [[example]] name = "basic" [dependencies.async-trait] version = "0.1" [dependencies.axum-core] version = "0.4" [dependencies.base64] version = "0.22" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "1.1" [dependencies.libgssapi] version = "0.7" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3" [dev-dependencies.axum] version = "0.7" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.tokio] version = "1.39" features = ["full"] [dev-dependencies.tower] version = "0.4"