[package] name = "ckb-fixed-hash-core" version = "0.120.0" license = "MIT" authors = ["Nervos "] edition = "2021" description = "Provide several fixed-length binary data, aka fixed-sized hashes." homepage = "https://github.com/nervosnetwork/ckb" repository = "https://github.com/nervosnetwork/ckb" [dependencies] thiserror = "1.0.22" serde = { version = "1.0", features = ["derive"] } faster-hex = "0.6" schemars = { version = "0.8.19", package = "ckb_schemars" } [dev-dependencies]