[package] name = "cryptarchia-ledger" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] blake2 = "0.10" rpds = "1" thiserror = "1" serde = { version = "1.0", features = ["derive"], optional = true } # TODO: we only need types definition from this crate cryptarchia-engine = { path = "../../consensus/cryptarchia-engine" } nomos-utils = { path = "../../nomos-utils", optional = true } [features] serde = ["dep:serde", "nomos-utils/serde", "rpds/serde"]