tor-cert 0.7.3

Non-standard certificate formats used by Tor
Documentation
[dependencies.caret]
version = "0.4.1"

[dependencies.derive_builder]
optional = true
package = "derive_builder_fork_arti"
version = "0.11.2"

[dependencies.digest]
version = "0.10.0"

[dependencies.signature]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tor-bytes]
version = "0.7.2"

[dependencies.tor-checkable]
version = "0.5.3"

[dependencies.tor-llcrypto]
version = "0.5.2"
[dev-dependencies.base64ct]
version = "1.5.1"

[dev-dependencies.hex-literal]
version = "0.4"

[dev-dependencies.humantime]
version = "2"

[dev-dependencies.rand]
version = "0.8"

[features]
__is_experimental = []
default = []
encode = ["derive_builder", "__is_experimental"]
experimental = ["encode"]
full = ["caret/full", "tor-bytes/full", "tor-checkable/full", "tor-llcrypto/full"]

[package]
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
categories = ["parser-implementations"]
description = "Non-standard certificate formats used by Tor"
edition = "2021"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
keywords = ["tor", "arti", "certificate"]
license = "MIT OR Apache-2.0"
name = "tor-cert"
readme = "README.md"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
rust-version = "1.65"
version = "0.7.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]