@@ -29,19 +29,19 @@ aptos-gas-schedule = { workspace = true }
2929aptos-genesis = { workspace = true }
3030aptos-github-client = { workspace = true }
3131aptos-global-constants = { workspace = true }
32- aptos-indexer-grpc-server-framework = { workspace = true }
33- aptos-indexer-grpc-utils = { workspace = true }
32+ # aptos-indexer-grpc-server-framework = { workspace = true }
33+ # aptos-indexer-grpc-utils = { workspace = true }
3434aptos-keygen = { workspace = true }
3535aptos-ledger = { workspace = true }
3636aptos-logger = { workspace = true }
3737aptos-move-debugger = { workspace = true }
3838aptos-network-checker = { workspace = true }
39- aptos-node = { workspace = true }
39+ # aptos-node = { workspace = true }
4040aptos-protos = { workspace = true }
4141aptos-rest-client = { workspace = true }
4242aptos-sdk = { workspace = true }
4343aptos-storage-interface = { workspace = true }
44- aptos-telemetry = { workspace = true }
44+ # aptos-telemetry = { workspace = true }
4545aptos-temppath = { workspace = true }
4646aptos-types = { workspace = true }
4747aptos-vm = { workspace = true , features = [" testing" ] }
@@ -83,14 +83,14 @@ pathsearch = { workspace = true }
8383poem = { workspace = true }
8484# We set default-features to false so we don't onboard the libpq dep. See more here:
8585# https://github.com/aptos-labs/aptos-core/pull/12568
86- processor = { git = " https://github.com/aptos-labs/aptos-indexer-processors.git" , rev = " 5244b84fa5ed872e5280dc8df032d744d62ad29d" , default-features = false }
86+ # processor = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git", rev = "5244b84fa5ed872e5280dc8df032d744d62ad29d", default-features = false }
8787rand = { workspace = true }
8888reqwest = { workspace = true }
8989self_update = { git = " https://github.com/banool/self_update.git" , rev = " 8306158ad0fd5b9d4766a3c6bf967e7ef0ea5c4b" , features = [" archive-zip" , " compression-zip-deflate" ] }
9090serde = { workspace = true }
9191serde_json = { workspace = true }
9292serde_yaml = { workspace = true }
93- server-framework = { git = " https://github.com/aptos-labs/aptos-indexer-processors.git" , rev = " 5244b84fa5ed872e5280dc8df032d744d62ad29d" }
93+ # server-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git", rev = "5244b84fa5ed872e5280dc8df032d744d62ad29d" }
9494tempfile = { workspace = true }
9595thiserror = { workspace = true }
9696tokio = { workspace = true }
@@ -109,7 +109,7 @@ jemallocator = { workspace = true }
109109default = []
110110fuzzing = []
111111no-upload-proposal = []
112- indexer = [" aptos-node/indexer" ]
112+ # indexer = ["aptos-node/indexer"]
113113cli-framework-test-move = []
114114
115115[build-dependencies ]
0 commit comments