# 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-utils" version = "0.1.0" description = """ Useful utils for working with certificates, provided by and for xwt. 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.21" optional = true [dependencies.pem] version = "3" [dependencies.rcgen] version = "0.12" optional = true [dependencies.ring] version = "0.17" features = ["wasm32_unknown_unknown_js"] optional = true [dependencies.time] version = "0.3" [features] default = [ "rcgen", "digest-all", "fingerprint-all", ] digest-all = ["digest-sha256"] digest-sha256 = ["dep:ring"] fingerprint-all = [ "fingerprint-rfc7469", "fingerprint-sha256", ] fingerprint-rfc7469 = [ "digest-sha256", "dep:base64", ] fingerprint-sha256 = ["digest-sha256"]