[package]
edition = "2021"
name = "yedad_common"
version = "0.4.6"
authors = ["Adel Sobhani <3adel.sob7ani@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types, constants, and utilities for Yedad network"
documentation = "https://docs.rs/yedad_common"
readme = "README.md"
keywords = [
"crypto",
"blockchain",
"p2p",
"distributed",
"yedad",
]
categories = [
"cryptography",
"network-programming",
"no-std",
]
license = "AGPL-3.0"
repository = "https://github.com/adelsobhani/yedad_common"
[lib]
name = "yedad_common"
path = "src/lib.rs"
[dependencies.bincode]
version = "1.3.3"
[dependencies.blake3]
version = "1.5"
[dependencies.crc32fast]
version = "1.4"
[dependencies.hex]
version = "0.4"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.thiserror]
version = "2.0.18"