tycho-crypto 0.4.0

Cryptography primitives for Tycho node
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 = "tycho-crypto"
version = "0.4.0"
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "LICENSE-APACHE",
    "LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cryptography primitives for Tycho node"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/broxus/tycho-crypto"

[features]
default = ["tl-proto"]
rand8 = ["dep:rand8"]
rand9 = ["dep:rand9"]
serde = ["dep:serde"]

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

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

[dependencies.generic-array]
version = "0.14"
features = ["more_lengths"]

[dependencies.hex]
version = "0.4.3"

[dependencies.rand8]
version = "0.8"
optional = true
package = "rand"

[dependencies.rand9]
version = "0.9"
optional = true
package = "rand"

[dependencies.serde]
version = "1"
optional = true

[dependencies.sha2]
version = "0.10"

[dependencies.tl-proto]
version = "0.5.0"
features = ["derive"]
optional = true

[dev-dependencies]