[package]
edition = "2024"
rust-version = "1.94.0"
name = "cow-sdk"
version = "0.0.1-reserved.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reserved placeholder for the cow-sdk facade crate of the CoW Protocol Rust SDK, delivered under the CoW DAO Community Grants Program."
homepage = "https://github.com/0xSymbiome/cow-rs"
documentation = "https://docs.rs/cow-sdk"
readme = "README.md"
keywords = [
"cow-protocol",
"sdk",
"defi",
"trading",
]
categories = [
"api-bindings",
"cryptography::cryptocurrencies",
]
license = "GPL-3.0-only"
repository = "https://github.com/0xSymbiome/cow-rs"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "cow_sdk"
path = "src/lib.rs"