# 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 = "svc-storage-client-grpc" version = "0.2.0" description = "Arrow template service GRPC client" homepage = "https://www.arrowair.com/docs/documentation/services/intro" keywords = [ "vtol", "client", "storage", ] categories = [ "aerospace::drones", "aerospace::protocols", ] license = "BUSL-1.1" repository = "https://github.com/Arrow-air/svc-storage-rust" resolver = "1" [[example]] name = "grpc" [dependencies.geo-types] version = "0.7" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.ordered-float] version = "3.3" [dependencies.prost] version = "0.11" [dependencies.prost-types] version = "0.11" [dependencies.tonic] version = "0.8" [dependencies.uuid] version = "1.2" features = ["v4"] [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ]