1553f29bd9
* humanize array ser/deser * split fns * use `const-hex` * fix fmt * create `nomos-utils` crate * Human serde committeeid (#478) * Human readable serde for CommitteeId * Deserialize bytes to string if human readable * Don't allocate if possible in human serde bytes --------- Co-authored-by: gusto <bacv@users.noreply.github.com>
11 lines
176 B
TOML
11 lines
176 B
TOML
[package]
|
|
name = "nomos-utils"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
serde = ["dep:serde"]
|
|
|
|
[dependencies]
|
|
const-hex = "1"
|
|
serde = { version = "1.0", optional = true } |