[package]
edition = "2021"
name = "elara-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ELARA Protocol - Core types and primitives"
homepage = "https://github.com/rafaelsistems/ELARA-Protocol"
documentation = "https://docs.rs"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/rafaelsistems/ELARA-Protocol"
[lib]
name = "elara_core"
path = "src/lib.rs"
[dependencies.bytes]
version = "1.5"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.proptest]
version = "1.4"