-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (30 loc) · 968 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "tuihub-protos"
version = "0.4.23"
edition = "2021"
license = "MIT"
readme = "README.md"
[dependencies]
bytes = "1.7.2"
futures-core = "0.3.31"
pbjson = "0.7.0"
pbjson-types = "0.7.0"
prost = "0.13.3"
serde = "1.0.210"
tonic = { version = "0.12.3", features = ["gzip"] }
[features]
default = []
# @@protoc_deletion_point(features)
# This section is automatically generated by protoc-gen-prost-crate.
# Changes in this area may be lost on regeneration.
proto_full = ["buf-validate","buf-validate-priv","errors","librarian-mapper-v1","librarian-miner-v1","librarian-porter-v1","librarian-searcher-v1","librarian-sephirah-v1","librarian-v1"]
"buf-validate" = []
"buf-validate-priv" = ["buf-validate"]
"errors" = []
"librarian-mapper-v1" = []
"librarian-miner-v1" = []
"librarian-porter-v1" = ["librarian-v1"]
"librarian-searcher-v1" = ["librarian-v1"]
"librarian-sephirah-v1" = ["librarian-v1"]
"librarian-v1" = []
## @@protoc_insertion_point(features)