# 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 = "s2n_quic_mtls" version = "0.1.1" description = "s2n_quic mtls helper" homepage = "https://docs.rs/s2n_quic_mtls" documentation = "https://docs.rs/s2n_quic_mtls" readme = "README.txt" license = "MIT" repository = "https://docs.rs/s2n_quic_mtls" [dependencies.anyhow] version = "1" [dependencies.pem_helper] version = "0.1" [dependencies.s2n-quic] version = "1.25.0" features = [ "provider-address-token-default", "provider-tls-rustls", ] default-features = false [dependencies.tokio] version = "1" features = ["fs"] [features] AES_128_GCM_SHA256 = [] AES_256_GCM_SHA384 = [] CHACHA20_POLY1305_SHA256 = [] NIST_P256 = [] NIST_P384 = [] X25519 = [] default = [ "CHACHA20_POLY1305_SHA256", "X25519", ]