[package]
name = "heddle-api"
version = "0.2.5"
edition = "2024"
authors = ["HeddleCo"]
license = "Apache-2.0"
repository = "https://github.com/HeddleCo/api"
description = "Generated transport-neutral Rust types for the Heddle public API"
build = "build.rs"
include = ["/build.rs", "/build_support/**", "/src/**", "/proto/**", "/tests/fixtures/**", "/Cargo.toml", "/README.md", "/LICENSE"]
[features]
default = []
reflection = []
[dependencies]
bytes = "=1.11.1"
prost = "=0.14.1"
prost-types = "=0.14.1"
hex = "=0.4.3"
sha2 = "=0.10.9"
thiserror = "=2.0.18"
[build-dependencies]
protoc-bin-vendored = "=3.2.0"
prost-build = "=0.14.1"
prost-reflect = "=0.16.5"
[dev-dependencies]
ed25519-dalek = "=3.0.0"
serde = { version = "=1.0.228", features = ["derive"] }
serde_json = "=1.0.149"
[package.metadata.cargo-machete]
ignored = ["bytes", "prost-types"]