# 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-runtime" version = "0.49.0" description = "Runtime to run a service on the Shuttle platform" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/shuttle-hq/shuttle" [lib] doctest = false [dependencies.anyhow] version = "1.0.66" [dependencies.async-trait] version = "0.1.58" [dependencies.hyper] version = "0.14.23" features = [ "http1", "server", "tcp", ] [dependencies.serde] version = "1.0.148" default-features = false [dependencies.serde_json] version = "1.0.89" [dependencies.shuttle-api-client] version = "0.49.0" default-features = false [dependencies.shuttle-codegen] version = "0.49.0" [dependencies.shuttle-common] version = "0.49.0" features = ["extract_propagation"] [dependencies.shuttle-proto] version = "0.49.0" features = ["runtime"] [dependencies.shuttle-service] version = "0.49.0" [dependencies.strfmt] version = "0.2.2" [dependencies.tokio] version = "1.22.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.11" [dependencies.tokio-util] version = "0.7.10" [dependencies.tonic] version = "0.10.2" [dependencies.tracing] version = "0.1.37" default-features = false [dependencies.tracing-subscriber] version = "0.3.16" features = [ "registry", "json", ] optional = true default-features = false [dev-dependencies.portpicker] version = "0.1.1" [dev-dependencies.shuttle-proto] version = "0.49.0" features = ["provisioner"] [dev-dependencies.shuttle-service] version = "0.49.0" features = [ "builder", "runner", ] [dev-dependencies.uuid] version = "1.2.2" [features] api-client-tracing = ["shuttle-api-client/tracing"] default = ["setup-tracing"] setup-tracing = [ "tracing-subscriber/default", "tracing-subscriber/env-filter", ]