# 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-relay-crypto" version = "0.24.0" authors = ["The Tor Project, Inc."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cryptography types and helpers for a Tor relay" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", "cryptography", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [lib] name = "tor_relay_crypto" path = "src/lib.rs" [dependencies.derive-deftly] version = "0.14" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.tor-cert] version = "0.24.0" features = ["encode"] [dependencies.tor-key-forge] version = "0.24.0" [dependencies.tor-keymgr] version = "0.24.0" [dev-dependencies] [features] default = [] full = [ "tor-cert/full", "tor-key-forge/full", "tor-keymgr/full", ]