gestalt-sdk 0.0.1-alpha.12

Rust SDK scaffolding and generated protocol bindings for Gestalt executable providers
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"
rust-version = "1.85"
name = "gestalt-sdk"
version = "0.0.1-alpha.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK scaffolding and generated protocol bindings for Gestalt executable providers"
readme = "README.md"
keywords = [
    "gestalt",
    "grpc",
    "protobuf",
    "sdk",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/valon-technologies/gestalt"

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

[[test]]
name = "cache_transport"
path = "tests/cache_transport.rs"

[[test]]
name = "component_transport"
path = "tests/component_transport.rs"

[[test]]
name = "helpers"
path = "tests/helpers.rs"

[[test]]
name = "indexeddb_transport"
path = "tests/indexeddb_transport.rs"

[[test]]
name = "router"
path = "tests/router.rs"

[[test]]
name = "s3_transport"
path = "tests/s3_transport.rs"

[[test]]
name = "transport"
path = "tests/transport.rs"

[dependencies.hyper-util]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.prost]
version = "0.14"

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

[dependencies.schemars]
version = "0.8"
features = ["derive"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-stream]
version = "0.1"
features = ["net"]

[dependencies.tonic]
version = "0.14"
features = ["transport"]

[dependencies.tonic-prost]
version = "0.14"

[dependencies.tower]
version = "0.5"

[dev-dependencies]