heddle-api 0.1.3

Generated Rust types and gRPC bindings for the Heddle public API
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "heddle-api"
version = "0.1.3"
authors = ["HeddleCo"]
build = "build.rs"
include = [
    "/build.rs",
    "/src/**",
    "/proto/**",
    "/tests/fixtures/**",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generated Rust types and gRPC bindings for the Heddle public API"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/HeddleCo/api"

[package.metadata.cargo-machete]
ignored = [
    "bytes",
    "prost-types",
    "tonic-prost",
]

[features]
client = [
    "dep:tonic",
    "dep:tonic-prost",
]
default = []
reflection = []
server = [
    "dep:tonic",
    "dep:tonic-prost",
]

[lib]
name = "heddle_api"
path = "src/lib.rs"

[dependencies.bytes]
version = "=1.11.1"

[dependencies.hex]
version = "=0.4.3"

[dependencies.prost]
version = "=0.14.1"

[dependencies.prost-types]
version = "=0.14.1"

[dependencies.sha2]
version = "=0.10.9"

[dependencies.tonic]
version = "=0.14.2"
optional = true

[dependencies.tonic-prost]
version = "=0.14.2"
optional = true

[dev-dependencies.serde]
version = "=1.0.228"
features = ["derive"]

[dev-dependencies.serde_json]
version = "=1.0.149"

[build-dependencies.protoc-bin-vendored]
version = "=3.2.0"

[build-dependencies.tonic-prost-build]
version = "=0.14.2"