steer-workspace-client 0.11.1

Remote workspace client implementation for Steer
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 = "steer-workspace-client"
version = "0.11.1"
authors = ["Brendan Graham <brendanigraham@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Remote workspace client implementation for Steer"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/BrendanGraham14/steer"

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

[dependencies.async-trait]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.steer-proto]
version = "0.11.1"

[dependencies.steer-tools]
version = "0.11.1"

[dependencies.steer-workspace]
version = "0.11.1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
]

[dependencies.tonic]
version = "0.12"
features = ["tls"]

[dependencies.tracing]
version = "0.1"