gaia-crypt 0.1.0

A cryptographic library for secure communication in the GaiaNet ecosystem
Documentation
[[bin]]
name = "gaia-crypt"
path = "src/main.rs"

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.bincode]
version = "1.3.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.rsa]
version = "0.9.8"

[dependencies.serde]
features = ["derive"]
version = "1.0"

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

[package]
authors = ["GaiaNet-AI Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "network-programming"]
description = "A cryptographic library for secure communication in the GaiaNet ecosystem"
documentation = "https://docs.rs/gaia-crypt"
edition = "2021"
keywords = ["cryptography", "encryption", "security", "gaia", "network"]
license = "MIT OR Apache-2.0"
name = "gaia-crypt"
readme = "README.md"
repository = "https://github.com/GaiaNet-AI/gaia-crypt"
version = "0.1.0"