onionlink-core 0.1.2

Core Tor v3 onion-service client protocol implementation for onionlink
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 = "2021"
rust-version = "1.83"
name = "onionlink-core"
version = "0.1.2"
authors = ["Yehor Smoliakov <egorsmkv@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core Tor v3 onion-service client protocol implementation for onionlink"
documentation = "https://docs.rs/onionlink-core"
readme = "README.md"
license = "MIT"

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

[[test]]
name = "golden"
path = "tests/golden.rs"

[[test]]
name = "live"
path = "tests/live.rs"

[dependencies.aes]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["std"]
default-features = false

[dependencies.ctr]
version = "0.9"

[dependencies.curve25519-dalek]
version = "4.1"

[dependencies.hmac]
version = "0.12"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.rustls]
version = "0.21"
features = ["dangerous_configuration"]

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.x25519-dalek]
version = "2"
features = ["static_secrets"]

[dev-dependencies.serde_json]
version = "1"