tor-protover 0.17.0

Implementation for Tor's subprotocol versioning
Documentation
[dependencies.caret]
version = "0.4.5"

[dependencies.thiserror]
version = "1"

[features]
full = ["caret/full"]

[package]
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
categories = ["network-programming"]
description = "Implementation for Tor's subprotocol versioning"
edition = "2021"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
keywords = ["tor", "arti"]
license = "MIT OR Apache-2.0"
name = "tor-protover"
readme = "README.md"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
rust-version = "1.70"
version = "0.17.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]