hypercore_handshake 0.6.0

Used for establishing an encrypted connection between hypercore peers
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"
name = "hypercore_handshake"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Used for establishing an encrypted connection between hypercore peers"
documentation = "https://docs.rs/hypercore_handshake"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cowlicks/hypercore_handshake"

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

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

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

[dependencies.blake2]
version = "0.10"

[dependencies.crypto_secretstream]
version = "0.2"

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

[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]

[dependencies.futures]
version = "0.3.31"

[dependencies.rand]
version = "0.8"

[dependencies.sha2]
version = "0.10"

[dependencies.snow]
version = "0.10"
features = ["risky-raw-split"]

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.futures-lite]
version = "2.6.1"

[dev-dependencies.rusty_nodejs_repl]
version = "0.4.0"
features = ["integration_utils"]

[dev-dependencies.tokio]
version = "1.27.0"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]

[dev-dependencies.tokio-util]
version = "0.7.18"
features = ["compat"]

[dev-dependencies.uint24le_framing]
version = "0.2.0"