[package]
edition = "2021"
name = "entropa-core"
version = "0.1.2"
authors = ["aimozart <aimozart@entropa.space>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Entropa core — post-quantum (ML-DSA / NIST FIPS-204) blockchain primitives: probes, transactions, blocks, and a verifiable chain seeded by a public randomness beacon."
homepage = "https://entropa.space"
readme = "README.md"
license = "MIT"
repository = "https://github.com/aimozart/entropa-public"
[lib]
name = "entropa_core"
path = "src/lib.rs"
[[test]]
name = "nist_kat"
path = "tests/nist_kat.rs"
[dependencies.blake3]
version = "1"
[dependencies.hex]
version = "0.4"
[dependencies.ml-dsa]
version = "0.1.1"
[dependencies.reqwest]
version = "0.12"
features = [
"json",
"rustls-tls",
]
default-features = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sha3]
version = "0.10"
[dependencies.thiserror]
version = "2"