1 | [package] |
2 | name = "rustls-pki-types" |
3 | version = "1.3.1" |
4 | edition = "2021" |
5 | rust-version = "1.60" |
6 | license = "MIT OR Apache-2.0" |
7 | description = "Shared types for the rustls PKI ecosystem" |
8 | documentation = "https://docs.rs/rustls-pki-types" |
9 | homepage = "https://github.com/rustls/pki-types" |
10 | repository = "https://github.com/rustls/pki-types" |
11 | categories = ["network-programming" , "data-structures" , "cryptography" ] |
12 | |
13 | [features] |
14 | default = ["alloc" ] |
15 | alloc = [] |
16 | std = ["alloc" ] |
17 | |
18 | [package.metadata.docs.rs] |
19 | all-features = true |
20 | rustdoc-args = ["--cfg" , "docsrs" ] |
21 | |