[package] name = "tor-key-forge" version = "0.24.0" authors = ["The Tor Project, Inc."] edition = "2021" rust-version = "1.77" license = "MIT OR Apache-2.0" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" description = "Low level cryptography wrappers used by Tor" keywords = ["tor", "arti", "cryptography"] categories = ["cryptography"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [features] default = [] full = [ "tor-error/full", "tor-hscrypto/full", "tor-llcrypto/full", ] __is_nonadditive = [] __is_experimental = [] [dependencies] derive-deftly = "0.14" derive_more = { version = "1.0.0", features = ["full"] } downcast-rs = "1.2.0" paste = "1" rand = "0.8" signature = "2" ssh-key = { version = "0.6.1", features = ["std"] } thiserror = "1" tor-error = { version = "0.24.0", path = "../tor-error" } tor-hscrypto = { path = "../tor-hscrypto", version = "0.24.0" } tor-llcrypto = { version = "0.24.0", path = "../tor-llcrypto" } [dev-dependencies] signature = "2" tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }