# 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 = "xwt-cert-fingerprint" version = "0.1.0" description = """ Certificate fingerprint computation algoritms related to WebTransport. Not directly required to use xwt, but can be helpful. Also usable without xwt. Inteded to work with both wasm and native. """ license = "MIT" repository = "https://github.com/MOZGIII/xwt" resolver = "2" [dependencies.base64] version = "0.22" features = ["alloc"] optional = true default-features = false [dependencies.rustls-pki-types] version = "1" optional = true default-features = false [dependencies.sha2] version = "0.10" default-features = false [dependencies.x509-cert] version = "0.2" optional = true default-features = false [features] all = [ "x509-cert", "rustls-pki-types", "alloc", ] alloc = ["base64"] default = ["alloc"]