# 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 = "wick-rpc" version = "0.3.0" include = [ "src/**/*", "LICENSE", "README.md", ] description = "Library for implementing or interacting with a wick runtime via gRPC" readme = "README.md" license = "Elastic-2.0" repository = "https://github.com/candlecorp/wick" [dependencies.prost] version = "0.11" features = ["prost-derive"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0" default-features = false [dependencies.tokio] version = "1.33" features = [ "macros", "net", "rt-multi-thread", ] default-features = false [dependencies.tokio-stream] version = "0.1" features = ["net"] default-features = false [dependencies.tonic] version = "0.9" features = [ "tls", "transport", "codegen", "prost", ] default-features = false [dependencies.tracing] version = "0.1" default-features = false [dependencies.uuid] version = "1.1" default-features = false [dependencies.wick-interface-types] version = "0.17.0" [dependencies.wick-packet] version = "0.17.0" features = ["invocation"] default-features = false [dev-dependencies] [features] client = ["tokio/fs"]