# 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-service" version = "0.49.0" description = "The core traits for running services on Shuttle (https://www.shuttle.rs/)" homepage = "https://www.shuttle.rs" 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.cargo_metadata] version = "0.18.1" optional = true [dependencies.dunce] version = "1.0.4" optional = true [dependencies.serde] version = "1.0.148" features = ["derive"] default-features = false [dependencies.shuttle-common] version = "0.49.0" features = [ "service", "tracing", ] [dependencies.shuttle-proto] version = "0.49.0" optional = true [dependencies.strfmt] version = "0.2.2" [dependencies.thiserror] version = "2" [dependencies.tokio] version = "1.22.0" optional = true [dependencies.toml] version = "0.8.2" optional = true [dependencies.tracing] version = "0.1.37" optional = true default-features = false [dev-dependencies.tokio] version = "1.22.0" features = [ "macros", "rt", ] [features] builder = [ "cargo_metadata", "tokio/process", "tokio/io-util", "tokio/sync", "tokio/time", "toml", "tracing", ] default = [] runner = [ "shuttle-proto/runtime-client", "tokio/process", "dunce", ]