# 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_mtls" version = "5.0.1" description = "Unofficial mTLS for axum." documentation = "https://docs.rs/axum_mtls" readme = "README.txt" keywords = [ "mtls", "encrypt", "axum", ] license = "MIT OR Apache-2.0" repository = "https://repo.zzwxh.top" [dependencies.anyhow] version = "1" [dependencies.axum-server] version = "0.5" features = ["tls-rustls"] [dependencies.rustls] version = "0.21" [dependencies.rustls-pemfile] version = "1" [dependencies.tokio] version = "1" [features] safer = []