1
1
[package ]
2
2
name = " archway-proto"
3
- version = " 0.3 .0"
3
+ version = " 0.2 .0"
4
4
edition = " 2021"
5
5
description = " Rust build of Archway's ProtoBuf definitions"
6
6
authors.workspace = true
@@ -10,10 +10,10 @@ homepage.workspace = true
10
10
readme = " README.md"
11
11
12
12
categories = [
13
- " cryptography" ,
14
- " cryptography::cryptocurrencies" ,
15
- " database" ,
16
- " wasm" ,
13
+ " cryptography" ,
14
+ " cryptography::cryptocurrencies" ,
15
+ " database" ,
16
+ " wasm" ,
17
17
]
18
18
keywords = [" archway" , " blockchain" , " cosmwasm" , " proto" , " smart-contracts" ]
19
19
@@ -24,14 +24,14 @@ pbjson = "0.7.0"
24
24
pbjson-types = " 0.7.0"
25
25
prost-types = " 0.13.3"
26
26
tonic = { version = " 0.12.3" , optional = true , default-features = false , features = [
27
- " codegen" ,
28
- " prost" ,
27
+ " codegen" ,
28
+ " prost" ,
29
29
] }
30
30
cosmos-sdk-proto = { version = " 0.26.0" , default-features = false , features = [
31
- " serde" ,
31
+ " serde" ,
32
32
] }
33
33
ibc-proto = { version = " 0.51.0" , default-features = false , features = [
34
- " serde" ,
34
+ " serde" ,
35
35
] }
36
36
37
37
[dev-dependencies ]
@@ -45,10 +45,10 @@ default = ["grpc-transport"]
45
45
std = [" prost/std" , " cosmos-sdk-proto/std" , " ibc-proto/std" ]
46
46
grpc = [" std" , " tonic" , " cosmos-sdk-proto/grpc" , " ibc-proto/client" ]
47
47
grpc-transport = [
48
- " grpc" ,
49
- " tonic/transport" ,
50
- " cosmos-sdk-proto/grpc-transport" ,
51
- " ibc-proto/transport" ,
48
+ " grpc" ,
49
+ " tonic/transport" ,
50
+ " cosmos-sdk-proto/grpc-transport" ,
51
+ " ibc-proto/transport" ,
52
52
]
53
53
proto-descriptor = [" ibc-proto/proto-descriptor" ]
54
54
# Replaces all structs that use Any with a generic type
0 commit comments