flyteidl2 2.0.11

Rust bindings and utilities for FlyteIDL protobufs.
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 = "2021"
name = "flyteidl2"
version = "2.0.11"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings and utilities for FlyteIDL protobufs."
readme = false
license = "Apache-2.0"

[features]
default = []

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

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

[dependencies.futures]
version = "0.3"

[dependencies.pbjson]
version = "0.7.0"

[dependencies.pbjson-types]
version = "0.7.0"

[dependencies.prettyplease]
version = "0.2"

[dependencies.prost]
version = "0.13.5"
features = ["std"]

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

[dependencies.prost-types]
version = "0.12"
features = ["std"]

[dependencies.protobuf]
version = "4.31.1-release"

[dependencies.pyo3]
version = "0.24"
features = ["experimental-async"]

[dependencies.pyo3-async-runtimes]
version = "0.24"
features = ["tokio-runtime"]

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "extra-traits",
]

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tonic]
version = "0.12.3"

[dependencies.tower]
version = "0.4"

[dependencies.tower-http]
version = "0.5"
features = ["trace"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[build-dependencies.pbjson-build]
version = "0.7.0"

[build-dependencies.prettyplease]
version = "0.2"

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

[build-dependencies.quote]
version = "1.0"

[build-dependencies.regex]
version = "1.10"

[build-dependencies.syn]
version = "2.0"
features = [
    "full",
    "extra-traits",
]