# 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-key-forge" version = "0.24.0" authors = ["The Tor Project, Inc."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low level cryptography wrappers used by Tor" 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_key_forge" path = "src/lib.rs" [dependencies.derive-deftly] version = "0.14" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.downcast-rs] version = "1.2.0" [dependencies.paste] version = "1" [dependencies.rand] version = "0.8" [dependencies.signature] version = "2" [dependencies.ssh-key] version = "0.6.1" features = ["std"] [dependencies.thiserror] version = "1" [dependencies.tor-error] version = "0.24.0" [dependencies.tor-hscrypto] version = "0.24.0" [dependencies.tor-llcrypto] version = "0.24.0" [dev-dependencies.signature] version = "2" [dev-dependencies.tor-basic-utils] version = "0.24.0" [features] __is_experimental = [] __is_nonadditive = [] default = [] full = [ "tor-error/full", "tor-hscrypto/full", "tor-llcrypto/full", ]