@@ -6,6 +6,9 @@ members = [
66 " crates/iota-sdk-ffi" ,
77 " crates/iota-sdk-graphql-client" ,
88 " crates/iota-sdk-graphql-client-build" ,
9+ " crates/iota-sdk-grpc-client" ,
10+ " crates/iota-sdk-grpc-proto-build" ,
11+ " crates/iota-sdk-grpc-types" ,
912 " crates/iota-sdk-transaction-builder" ,
1013 " crates/iota-sdk-types" ,
1114 " crates/iota-sdk/examples/polling-indexer" ,
@@ -25,11 +28,14 @@ bnum = "0.12.0"
2528cynic = " 3.7.3"
2629derive_more = " 2.0"
2730eyre = " 0.6"
31+ futures = " 0.3.29"
2832hex = " 0.4.3"
2933itertools = " 0.13.0"
3034paste = " 1.0.15"
3135primitive-types = { version = " 0.14" , features = [" impl-serde" ] }
3236proptest = { version = " 1.6.0" , default-features = false }
37+ prost = " 0.14"
38+ prost-types = " 0.14"
3339rand = " 0.8.5"
3440rand_core = " 0.6.4"
3541reqwest = { version = " 0.12" , default-features = false }
@@ -40,6 +46,7 @@ strum = "0.27.2"
4046test-strategy = " 0.4.0"
4147thiserror = " 2.0"
4248tokio = " 1.40.0"
49+ tonic = " 0.14"
4350tracing = " 0.1.37"
4451variadics_please = " 1.1"
4552wasm-bindgen-test = " 0.3"
@@ -48,6 +55,9 @@ wasm-bindgen-test = "0.3"
4855iota-crypto = { version = " 0.0.1-alpha.1" , package = " iota-sdk-crypto" , path = " crates/iota-sdk-crypto" , default-features = false }
4956iota-graphql-client = { version = " 0.0.1-alpha.1" , package = " iota-sdk-graphql-client" , path = " crates/iota-sdk-graphql-client" , default-features = false }
5057iota-graphql-client-build = { version = " 0.0.1-alpha.1" , package = " iota-sdk-graphql-client-build" , path = " crates/iota-sdk-graphql-client-build" , default-features = false }
58+ iota-grpc-client = { version = " 0.0.1-alpha.1" , package = " iota-sdk-grpc-client" , path = " crates/iota-sdk-grpc-client" , default-features = false }
59+ iota-grpc-proto-build = { version = " 0.0.1-alpha.1" , package = " iota-sdk-grpc-proto-build" , path = " crates/iota-sdk-grpc-proto-build" , default-features = false }
60+ iota-grpc-types = { version = " 0.0.1-alpha.1" , package = " iota-sdk-grpc-types" , path = " crates/iota-sdk-grpc-types" , default-features = false }
5161iota-sdk = { version = " 3.0.0-alpha.1" , package = " iota-sdk" , path = " crates/iota-sdk" , default-features = false }
5262iota-transaction-builder = { version = " 0.0.1-alpha.1" , package = " iota-sdk-transaction-builder" , path = " crates/iota-sdk-transaction-builder" , default-features = false }
5363iota-types = { version = " 0.0.1-alpha.1" , package = " iota-sdk-types" , path = " crates/iota-sdk-types" , default-features = false }
0 commit comments