tor-key-forge 0.39.0

Low level cryptography wrappers used by Tor
Documentation
# 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 = "2024"
rust-version = "1.86"
name = "tor-key-forge"
version = "0.39.0"
authors = ["The Tor Project, Inc."]
build = false
autolib = 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/"

[features]
__is_experimental = []
__is_nonadditive = []
default = []
full = [
    "tor-error/full",
    "tor-llcrypto/full",
    "tor-cert/full",
    "tor-bytes/full",
    "tor-checkable/full",
]

[lib]
name = "tor_key_forge"
path = "src/lib.rs"

[dependencies.derive-deftly]
version = "~1.6.0"
features = [
    "full",
    "beta",
]

[dependencies.derive_more]
version = "2.0.1"
features = ["full"]

[dependencies.downcast-rs]
version = "2.0.1"

[dependencies.paste]
version = "1.0.3"

[dependencies.rand]
version = "0.9.1"

[dependencies.rsa]
version = "0.9.0"

[dependencies.signature]
version = "2"

[dependencies.ssh-key]
version = "0.6.1"
features = [
    "std",
    "rsa",
]

[dependencies.thiserror]
version = "2"

[dependencies.tor-bytes]
version = "0.39.0"
default-features = false

[dependencies.tor-cert]
version = "0.39.0"
features = [
    "encode",
    "experimental-api",
]

[dependencies.tor-checkable]
version = "0.39.0"

[dependencies.tor-error]
version = "0.39.0"

[dependencies.tor-llcrypto]
version = "0.39.0"

[dev-dependencies.signature]
version = "2"

[dev-dependencies.tor-basic-utils]
version = "0.39.0"

[dev-dependencies.tor-llcrypto]
version = "0.39.0"
features = ["testing"]