tor-consdiff 0.38.0

Handle the consensus-diff format used in the Tor directory protocol
Documentation
[dependencies.digest]
version = "0.10.0"

[dependencies.hex]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.tor-llcrypto]
version = "0.38.0"

[features]
__is_experimental = []
default = []
experimental = ["slow-diff-apply"]
full = ["tor-llcrypto/full"]
slow-diff-apply = ["__is_experimental"]

[lib]
name = "tor_consdiff"
path = "src/lib.rs"

[package]
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "network-programming"]
description = "Handle the consensus-diff format used in the Tor directory protocol"
edition = "2024"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
keywords = ["tor", "arti", "diff"]
license = "MIT OR Apache-2.0"
name = "tor-consdiff"
readme = "README.md"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
rust-version = "1.86"
version = "0.38.0"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "testvec"
path = "tests/testvec.rs"