stepflow-proto 0.13.0

Generated protobuf types and gRPC service definitions for Stepflow
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 = "stepflow-proto"
version = "0.13.0"
authors = ["Ben Chambers"]
build = "build.rs"
include = [
    "src/**",
    "build.rs",
    "proto/**",
    "Cargo.toml",
    "LICENSE*",
    "README*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generated protobuf types and gRPC service definitions for Stepflow"
homepage = "https://fuzzy-journey-4j3y1we.pages.github.io/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/stepflow-ai/stepflow"
resolver = "2"

[package.metadata.cargo-machete]
ignored = [
    "prost",
    "prost-types",
    "prost-wkt-types",
    "tonic-prost",
    "schemars",
    "serde",
    "tokio",
    "prost-build",
    "tonic-prost-build",
    "tonic-rest-build",
    "dunce",
]

[features]
default = []
tokio = ["dep:tokio"]

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

[dependencies.prost]
version = "0.14"

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

[dependencies.prost-wkt-types]
version = "0.7"

[dependencies.schemars]
version = "1"
features = [
    "chrono04",
    "indexmap2",
    "preserve_order",
    "url2",
    "uuid1",
]

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

[dependencies.tokio]
version = "1"
features = ["io-util"]
optional = true

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
]

[build-dependencies.dunce]
version = "1"

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

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

[build-dependencies.tonic-rest-build]
version = "0.1.5"

[lints.clippy]
mod_module_files = "deny"
print_stderr = "deny"
print_stdout = "deny"
undocumented_unsafe_blocks = "deny"
unused_trait_names = "deny"

[lints.rust]
future_incompatible = "deny"
nonstandard_style = "deny"
rust_2018_idioms = "deny"