# 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 = "shuttle-proto" version = "0.49.0" description = "Library for all the gRPC definitions used by shuttle" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/shuttle-hq/shuttle" [dependencies.anyhow] version = "1.0.66" optional = true [dependencies.async-trait] version = "0.1.58" optional = true [dependencies.chrono] version = "0.4.34" optional = true default-features = false [dependencies.futures-core] version = "0.3.28" [dependencies.http] version = "0.2.8" optional = true [dependencies.portpicker] version = "0.1.1" optional = true [dependencies.prost] version = "0.12.1" [dependencies.prost-types] version = "0.12.1" [dependencies.serde_json] version = "1.0.89" optional = true [dependencies.shuttle-common] version = "0.49.0" [dependencies.tokio] version = "1.22.0" optional = true [dependencies.tonic] version = "0.10.2" [dependencies.tower] version = "0.4.13" optional = true [dependencies.tracing] version = "0.1.37" optional = true default-features = false [features] client = [ "shuttle-common/claims", "tower", ] default = [] logger = [ "shuttle-common/service", "chrono", "tracing", "tokio/macros", "tokio/time", ] logger-client = [ "logger", "client", "http", ] provisioner = [] provisioner-client = [ "provisioner", "client", "http", ] resource-recorder = [ "anyhow", "serde_json", ] resource-recorder-client = [ "resource-recorder", "client", "http", ] runtime = [] runtime-client = [ "runtime", "client", "anyhow", "tokio", "tracing", ]