saddle-boundary 0.3.21

Saddle 0.3 ProfuseContract unary boundary transport
# 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"
rust-version = "1.95"
name = "saddle-boundary"
version = "0.3.21"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Saddle 0.3 ProfuseContract unary boundary transport"
readme = false
license = "MIT OR Apache-2.0"

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

[dependencies.prost]
version = "0.13"

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

[dependencies.saddle-core]
version = "=0.3.21"

[dependencies.saddle-observability]
version = "=0.3.21"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tonic]
version = "0.12"

[dev-dependencies.tokio]
version = "1.46"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[build-dependencies.prost-build]
version = "0.13"

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

[build-dependencies.tonic-build]
version = "0.12"

[lints.rust]
unsafe_code = "forbid"