2024-11-21 01:08:24 +00:00
|
|
|
[package]
|
|
|
|
name = "cuprate-zmq-types"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
description = "Types for the ZMQ Pub/Sub API"
|
|
|
|
license = "MIT"
|
|
|
|
authors = ["dimalinux"]
|
|
|
|
repository = "https://github.com/Cuprate/cuprate/tree/main/zmq/types"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
hex = { workspace = true, features = ["std", "serde"] }
|
2024-12-07 00:30:17 +00:00
|
|
|
cuprate-hex = { workspace = true }
|
2024-11-21 01:08:24 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
serde_json = { workspace = true, features = ["std"] }
|
|
|
|
assert-json-diff = "2.0.2"
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|