# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.77" name = "tor-cert" version = "0.24.0" authors = [ "The Tor Project, Inc.", "Nick Mathewson ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Non-standard certificate formats used by Tor" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", "certificate", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [package.metadata.docs.rs] all-features = true [lib] name = "tor_cert" path = "src/lib.rs" [[test]] name = "invalid_certs" path = "tests/invalid_certs.rs" [[test]] name = "testvec_certs" path = "tests/testvec_certs.rs" [dependencies.caret] version = "0.5.0" [dependencies.derive_builder] version = "0.11.2" optional = true package = "derive_builder_fork_arti" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.digest] version = "0.10.0" [dependencies.thiserror] version = "1" [dependencies.tor-bytes] version = "0.24.0" [dependencies.tor-checkable] version = "0.24.0" [dependencies.tor-llcrypto] version = "0.24.0" [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", ]