rustls-pki-types 1.5.0

Shared types for the rustls PKI ecosystem
Documentation
[features]
alloc = []
default = ["alloc"]
std = ["alloc"]
web = ["web-time"]

[package]
categories = ["network-programming", "data-structures", "cryptography"]
description = "Shared types for the rustls PKI ecosystem"
documentation = "https://docs.rs/rustls-pki-types"
edition = "2021"
homepage = "https://github.com/rustls/pki-types"
license = "MIT OR Apache-2.0"
name = "rustls-pki-types"
readme = "README.md"
repository = "https://github.com/rustls/pki-types"
rust-version = "1.60"
version = "1.5.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(all(target_family = \"wasm\", target_os = \"unknown\"))".dependencies.web-time]
optional = true
version = "1"