[dependencies.itertools]
version = "0.14"
[lib]
name = "ayatori"
path = "src/lib.rs"
[package]
authors = ["Bogdan Opanchuk <bogdan@opanchuk.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "Graph-based framework for distributed cryptographic protocols"
edition = "2024"
license = "MIT"
name = "ayatori"
readme = "README.md"
repository = "https://github.com/fjarri/ayatori"
rust-version = "1.90"
version = "0.0.1"
[[test]]
name = "distributed_rng"
path = "tests/distributed_rng.rs"