# 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 = "summa-proto" version = "0.36.1" authors = ["Pasha Podolsky "] description = "Summa search server proto files" license-file = "LICENSE" [lib] name = "summa_proto" path = "src/lib.rs" doc = true [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12" [dependencies.serde] version = "1.0" features = [ "derive", "std", ] default_features = false [dependencies.tonic] version = "0.10" features = ["gzip"] optional = true [dependencies.tonic-build] version = "0.10" features = [ "prost", "transport", ] optional = true default-features = false [dependencies.tonic-reflection] version = "0.10" optional = true [dev-dependencies.tokio] version = "1.35.1" default_features = false [build-dependencies.prost-build] version = "0.12" [build-dependencies.protoc-bin-vendored] version = "3.0.0" [build-dependencies.tonic-build] version = "0.10" features = [ "prost", "transport", ] optional = true default-features = false [features] default = ["grpc"] grpc = [ "tonic", "tonic-build", "tonic-reflection", ]