[package] name = "blockchain-core" version.workspace = true edition.workspace = true authors.workspace = true license.workspace = true description = "Core blockchain library: blocks, chain, wallets, transactions, mining" [dependencies] sha2 = "0.10" ed25519-dalek = { version = "2", features = ["rand_core"] } rand = "0.8" serde = { version = "1", features = ["derive"] } serde_json = "1" chrono = { version = "0.4", features = ["serde"] } hex = "0.4" thiserror = "2" uuid = { version = "1", features = ["v4"] }