[package]
name = "cowprotocol-appdata"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
readme.workspace = true
description = "CoW Protocol app-data document and digest helpers."
homepage = "https://github.com/cowdao-grants/cow-rs"
documentation = "https://docs.rs/cowprotocol-appdata"
keywords = ["cow-protocol", "ethereum", "defi", "app-data"]
categories = ["cryptography::cryptocurrencies", "encoding"]
[lints]
workspace = true
[dependencies]
alloy-primitives.workspace = true
cid.workspace = true
cowprotocol-primitives = { version = "0.1.0", path = "../cowprotocol-primitives" }
serde.workspace = true
serde_json.workspace = true
serde_with.workspace = true
thiserror.workspace = true
[dev-dependencies]
const-hex.workspace = true