rns-crypto 0.1.1

Cryptographic primitives for the Reticulum Network Stack
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"
name = "rns-crypto"
version = "0.1.1"
authors = ["rns-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cryptographic primitives for the Reticulum Network Stack"
readme = false
license-file = "LICENSE"
repository = "https://github.com/lelloman/rns-rs"

[features]
default = ["std"]
std = []

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

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

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

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

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

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