[dependencies.amplify]
version = "4.6.0"
[dependencies.cyphergraphy]
version = "0.3.0"
[lib]
name = "eidolon"
[package]
authors = ["Dr. Maxim Orlovsky <orlovsky@cyphernet.org>"]
categories = ["network-programming", "cryptography"]
description = "Binary authentication protocol for network connections abstracted from encryption"
edition = "2021"
homepage = "https://cyphernet.org"
keywords = ["cyphernet", "privacy", "euthentification", "network", "p2p"]
license = "Apache-2.0"
name = "eidolon-auth"
readme = "README.md"
repository = "https://github.com/Cyphernet-DAO/rust-cyphernet"
rust-version = "1.69"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]