[package] name = "tor-hscrypto" version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2021" rust-version = "1.60" license = "MIT OR Apache-2.0" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" description = "Basic onion service cryptography types used by Aerti" keywords = ["tor", "arti", "cryptography"] categories = ["cryptography"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [features] default = [] [dependencies] derive_more = "0.99.3" digest = "0.10.0" paste = "1" rand_core = "0.6.2" serde = { version = "1.0.103", features = ["derive"] } signature = "1" thiserror = "1" tor-llcrypto = { version = "0.4.1", path = "../tor-llcrypto", features = [ "hsv3-client", "hsv3-service", ] } [dev-dependencies] hex-literal = "0.3" humantime = "2" tor-basic-utils = { version = "0.5.0", path = "../tor-basic-utils" }