diff --git a/Cargo.lock b/Cargo.lock index 3a52b854ced..d2c8756cb89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,10 +30,7 @@ dependencies = [ "filesystem", "safe_arith", "sensitive_url", - "serde", - "serde_json", "slashing_protection", - "slog", "slot_clock", "tempfile", "tokio", @@ -822,19 +819,15 @@ dependencies = [ "dirs", "environment", "eth2_config", - "eth2_network_config", "execution_layer", - "futures", "genesis", "hex", "http_api", "hyper 1.3.1", "lighthouse_network", - "lighthouse_version", "monitoring_api", "node_test_rig", "sensitive_url", - "serde", "serde_json", "slasher", "slog", @@ -849,11 +842,8 @@ dependencies = [ name = "beacon_processor" version = "0.1.0" dependencies = [ - "derivative", - "ethereum_ssz", "fnv", "futures", - "hex", "itertools", "lazy_static", "lighthouse_metrics", @@ -1037,12 +1027,9 @@ dependencies = [ "log", "logging", "serde", - "serde_json", - "serde_yaml", "slog", "slog-async", "slog-scope", - "slog-stdlog", "slog-term", "tokio", "types", @@ -1072,7 +1059,6 @@ dependencies = [ "reqwest", "sensitive_url", "serde", - "serde_json", ] [[package]] @@ -1341,12 +1327,9 @@ dependencies = [ "lazy_static", "lighthouse_metrics", "lighthouse_network", - "logging", "monitoring_api", "network", - "num_cpus", "operation_pool", - "parking_lot 0.12.2", "sensitive_url", "serde", "serde_yaml", @@ -1360,7 +1343,6 @@ dependencies = [ "time", "timer", "tokio", - "tree_hash", "types", ] @@ -1786,12 +1768,9 @@ dependencies = [ "clap_utils", "environment", "hex", - "logging", "slog", - "sloggers", "store", "strum", - "tempfile", "types", ] @@ -2132,13 +2111,11 @@ version = "0.2.0" dependencies = [ "beacon_chain", "bls", - "cached_tree_hash", "compare_fields", "compare_fields_derive", "derivative", "eth2_network_config", "ethereum-types 0.14.1", - "ethereum_serde_utils", "ethereum_ssz", "ethereum_ssz_derive", "execution_layer", @@ -2154,7 +2131,6 @@ dependencies = [ "serde_yaml", "snap", "state_processing", - "store", "swap_or_not_shuffle", "tree_hash", "tree_hash_derive", @@ -2336,15 +2312,12 @@ dependencies = [ "ethereum_ssz_derive", "execution_layer", "futures", - "hex", "lazy_static", "lighthouse_metrics", "merkle_proof", "parking_lot 0.12.2", - "reqwest", "sensitive_url", "serde", - "serde_json", "serde_yaml", "slog", "sloggers", @@ -2386,7 +2359,6 @@ dependencies = [ "libsecp256k1", "lighthouse_network", "mediatype", - "mime", "pretty_reqwest_error", "procfs", "proto_array", @@ -2400,7 +2372,6 @@ dependencies = [ "ssz_types", "store", "tokio", - "tree_hash", "types", ] @@ -2472,7 +2443,6 @@ dependencies = [ "pretty_reqwest_error", "reqwest", "sensitive_url", - "serde_json", "serde_yaml", "sha2 0.9.9", "slog", @@ -2802,7 +2772,6 @@ version = "0.1.0" dependencies = [ "async-channel", "deposit_contract", - "environment", "ethers-core", "ethers-providers", "execution_layer", @@ -2827,7 +2796,6 @@ dependencies = [ "alloy-consensus", "alloy-rlp", "arc-swap", - "async-trait", "builder_client", "bytes", "environment", @@ -2837,7 +2805,6 @@ dependencies = [ "ethereum_ssz", "ethers-core", "fork_choice", - "futures", "hash-db", "hash256-std-hasher", "hex", @@ -3350,7 +3317,6 @@ dependencies = [ "regex", "serde", "sha2 0.10.8", - "smallvec", "tracing", "void", ] @@ -4290,7 +4256,6 @@ dependencies = [ "clap", "clap_utils", "deposit_contract", - "directory", "env_logger 0.9.3", "environment", "eth1_test_rig", @@ -4302,7 +4267,6 @@ dependencies = [ "execution_layer", "genesis", "hex", - "int_to_bytes", "lighthouse_network", "lighthouse_version", "log", @@ -4889,10 +4853,8 @@ dependencies = [ "slasher", "slashing_protection", "slog", - "sloggers", "task_executor", "tempfile", - "tracing-subscriber", "types", "unused_port", "validator_client", @@ -4904,7 +4866,6 @@ dependencies = [ name = "lighthouse_metrics" version = "0.2.0" dependencies = [ - "lazy_static", "prometheus", ] @@ -4913,8 +4874,6 @@ name = "lighthouse_network" version = "0.2.0" dependencies = [ "async-channel", - "base64 0.21.7", - "byteorder", "bytes", "delay_map", "directory", @@ -4926,11 +4885,8 @@ dependencies = [ "ethereum_ssz_derive", "fnv", "futures", - "futures-ticker", - "getrandom", "gossipsub", "hex", - "hex_fmt", "instant", "lazy_static", "libp2p", @@ -4961,9 +4917,6 @@ dependencies = [ "tokio", "tokio-io-timeout", "tokio-util 0.6.10", - "tracing", - "tree_hash", - "tree_hash_derive", "types", "unsigned-varint 0.6.0", "unused_port", @@ -5053,7 +5006,6 @@ dependencies = [ "serde", "serde_json", "slog", - "slog-async", "slog-term", "sloggers", "take_mut", @@ -5487,10 +5439,8 @@ dependencies = [ "beacon_processor", "delay_map", "derivative", - "environment", "error-chain", "eth2", - "ethereum-types 0.14.1", "ethereum_ssz", "execution_layer", "fnv", @@ -5504,10 +5454,8 @@ dependencies = [ "lighthouse_metrics", "lighthouse_network", "logging", - "lru", "lru_cache", "matches", - "num_cpus", "operation_pool", "parking_lot 0.12.2", "rand", @@ -5524,7 +5472,6 @@ dependencies = [ "task_executor", "tokio", "tokio-stream", - "tokio-util 0.6.10", "types", ] @@ -7588,9 +7535,7 @@ version = "0.2.0" dependencies = [ "clap", "env_logger 0.9.3", - "eth1", "eth2_network_config", - "ethereum-types 0.14.1", "execution_layer", "futures", "node_test_rig", @@ -7598,7 +7543,6 @@ dependencies = [ "rayon", "sensitive_url", "serde_json", - "ssz_types", "tokio", "types", ] @@ -7642,7 +7586,6 @@ dependencies = [ "safe_arith", "serde", "slog", - "sloggers", "strum", "tempfile", "tree_hash", @@ -7952,7 +7895,6 @@ name = "store" version = "0.2.0" dependencies = [ "beacon_chain", - "bls", "db-key", "directory", "ethereum_ssz", @@ -7961,14 +7903,11 @@ dependencies = [ "lazy_static", "leveldb", "lighthouse_metrics", - "logging", "lru", "parking_lot 0.12.2", - "safe_arith", "serde", "slog", "sloggers", - "smallvec", "state_processing", "strum", "tempfile", @@ -8138,7 +8077,6 @@ dependencies = [ "lighthouse_network", "parking_lot 0.12.2", "serde", - "serde_json", "sysinfo", "types", ] @@ -8812,7 +8750,6 @@ dependencies = [ "smallvec", "ssz_types", "state_processing", - "strum", "superstruct", "swap_or_not_shuffle", "tempfile", @@ -9068,12 +9005,10 @@ name = "validator_manager" version = "0.1.0" dependencies = [ "account_utils", - "bls", "clap", "clap_utils", "environment", "eth2", - "eth2_keystore", "eth2_network_config", "eth2_wallet", "ethereum_serde_utils", @@ -9309,13 +9244,11 @@ dependencies = [ "beacon_chain", "beacon_node", "bls", - "byteorder", "clap", "diesel", "diesel_migrations", "env_logger 0.9.3", "eth2", - "hex", "http_api", "hyper 1.3.1", "log", diff --git a/account_manager/Cargo.toml b/account_manager/Cargo.toml index 0fab7b31fe3..7f2fa05a888 100644 --- a/account_manager/Cargo.toml +++ b/account_manager/Cargo.toml @@ -27,9 +27,6 @@ safe_arith = { workspace = true } slot_clock = { workspace = true } filesystem = { workspace = true } sensitive_url = { workspace = true } -serde = { workspace = true } -serde_json = { workspace = true } -slog = { workspace = true } [dev-dependencies] tempfile = { workspace = true } diff --git a/beacon_node/Cargo.toml b/beacon_node/Cargo.toml index 7cc6e2b6ae8..e2f6c681c1e 100644 --- a/beacon_node/Cargo.toml +++ b/beacon_node/Cargo.toml @@ -29,18 +29,14 @@ clap = { workspace = true } slog = { workspace = true } dirs = { workspace = true } directory = { workspace = true } -futures = { workspace = true } environment = { workspace = true } task_executor = { workspace = true } genesis = { workspace = true } -eth2_network_config = { workspace = true } execution_layer = { workspace = true } lighthouse_network = { workspace = true } -serde = { workspace = true } serde_json = { workspace = true } clap_utils = { workspace = true } hyper = { workspace = true } -lighthouse_version = { workspace = true } hex = { workspace = true } slasher = { workspace = true } monitoring_api = { workspace = true } diff --git a/beacon_node/beacon_processor/Cargo.toml b/beacon_node/beacon_processor/Cargo.toml index 6c49a28ec87..3373dd1c72f 100644 --- a/beacon_node/beacon_processor/Cargo.toml +++ b/beacon_node/beacon_processor/Cargo.toml @@ -15,10 +15,7 @@ strum = { workspace = true } task_executor = { workspace = true } slot_clock = { workspace = true } lighthouse_network = { workspace = true } -hex = { workspace = true } -derivative = { workspace = true } types = { workspace = true } -ethereum_ssz = { workspace = true } lazy_static = { workspace = true } lighthouse_metrics = { workspace = true } parking_lot = { workspace = true } diff --git a/beacon_node/builder_client/Cargo.toml b/beacon_node/builder_client/Cargo.toml index 21b9b841334..c3658f45c73 100644 --- a/beacon_node/builder_client/Cargo.toml +++ b/beacon_node/builder_client/Cargo.toml @@ -9,5 +9,4 @@ reqwest = { workspace = true } sensitive_url = { workspace = true } eth2 = { workspace = true } serde = { workspace = true } -serde_json = { workspace = true } lighthouse_version = { workspace = true } diff --git a/beacon_node/client/Cargo.toml b/beacon_node/client/Cargo.toml index 16c4a947a66..4ac035d17be 100644 --- a/beacon_node/client/Cargo.toml +++ b/beacon_node/client/Cargo.toml @@ -16,8 +16,6 @@ store = { workspace = true } network = { workspace = true } timer = { path = "../timer" } lighthouse_network = { workspace = true } -logging = { workspace = true } -parking_lot = { workspace = true } types = { workspace = true } eth2_config = { workspace = true } slot_clock = { workspace = true } @@ -44,6 +42,4 @@ slasher_service = { path = "../../slasher/service" } monitoring_api = { workspace = true } execution_layer = { workspace = true } beacon_processor = { workspace = true } -num_cpus = { workspace = true } ethereum_ssz = { workspace = true } -tree_hash = { workspace = true } diff --git a/beacon_node/eth1/Cargo.toml b/beacon_node/eth1/Cargo.toml index 2f716cd19bc..2ffca4a5710 100644 --- a/beacon_node/eth1/Cargo.toml +++ b/beacon_node/eth1/Cargo.toml @@ -11,12 +11,9 @@ sloggers = { workspace = true } environment = { workspace = true } [dependencies] -reqwest = { workspace = true } execution_layer = { workspace = true } futures = { workspace = true } -serde_json = { workspace = true } serde = { workspace = true } -hex = { workspace = true } types = { workspace = true } merkle_proof = { workspace = true } ethereum_ssz = { workspace = true } diff --git a/beacon_node/execution_layer/Cargo.toml b/beacon_node/execution_layer/Cargo.toml index 28cd16e4ef9..ff147ad3b4c 100644 --- a/beacon_node/execution_layer/Cargo.toml +++ b/beacon_node/execution_layer/Cargo.toml @@ -8,9 +8,7 @@ edition = { workspace = true } [dependencies] types = { workspace = true } tokio = { workspace = true } -async-trait = "0.1.51" slog = { workspace = true } -futures = { workspace = true } sensitive_url = { workspace = true } reqwest = { workspace = true } ethereum_serde_utils = { workspace = true } diff --git a/beacon_node/lighthouse_network/Cargo.toml b/beacon_node/lighthouse_network/Cargo.toml index 1617c0bd6c9..13baf2e9ce7 100644 --- a/beacon_node/lighthouse_network/Cargo.toml +++ b/beacon_node/lighthouse_network/Cargo.toml @@ -13,8 +13,6 @@ types = { workspace = true } serde = { workspace = true } ethereum_ssz = { workspace = true } ethereum_ssz_derive = { workspace = true } -tree_hash = { workspace = true } -tree_hash_derive = { workspace = true } slog = { workspace = true } lighthouse_version = { workspace = true } tokio = { workspace = true } @@ -43,18 +41,12 @@ superstruct = { workspace = true } prometheus-client = "0.22.0" unused_port = { workspace = true } delay_map = { workspace = true } -tracing = { workspace = true } -byteorder = { workspace = true } bytes = { workspace = true } either = { workspace = true } # Local dependencies -futures-ticker = "0.0.3" -getrandom = "0.2.11" -hex_fmt = "0.3.0" instant = "0.1.12" void = "1.0.2" -base64 = "0.21.5" libp2p-mplex = "0.41" [dependencies.libp2p] diff --git a/beacon_node/lighthouse_network/gossipsub/Cargo.toml b/beacon_node/lighthouse_network/gossipsub/Cargo.toml index 871955c0591..d484edd81c4 100644 --- a/beacon_node/lighthouse_network/gossipsub/Cargo.toml +++ b/beacon_node/lighthouse_network/gossipsub/Cargo.toml @@ -33,7 +33,6 @@ rand = "0.8" regex = "1.10.3" serde = { version = "1", optional = true, features = ["derive"] } sha2 = "0.10.8" -smallvec = "1.13.1" tracing = "0.1.37" void = "1.0.2" diff --git a/beacon_node/network/Cargo.toml b/beacon_node/network/Cargo.toml index 406015360ef..0ad7f53ee70 100644 --- a/beacon_node/network/Cargo.toml +++ b/beacon_node/network/Cargo.toml @@ -39,19 +39,14 @@ logging = { workspace = true } task_executor = { workspace = true } igd-next = "0.14" itertools = { workspace = true } -num_cpus = { workspace = true } lru_cache = { workspace = true } -lru = { workspace = true } strum = { workspace = true } -tokio-util = { workspace = true } derivative = { workspace = true } delay_map = { workspace = true } -ethereum-types = { workspace = true } operation_pool = { workspace = true } execution_layer = { workspace = true } beacon_processor = { workspace = true } parking_lot = { workspace = true } -environment = { workspace = true } [features] # NOTE: This can be run via cargo build --bin lighthouse --features network/disable-backfill diff --git a/beacon_node/store/Cargo.toml b/beacon_node/store/Cargo.toml index b7822670078..7bf1ef76bef 100644 --- a/beacon_node/store/Cargo.toml +++ b/beacon_node/store/Cargo.toml @@ -25,7 +25,3 @@ lru = { workspace = true } sloggers = { workspace = true } directory = { workspace = true } strum = { workspace = true } -safe_arith = { workspace = true } -bls = { workspace = true } -smallvec = { workspace = true } -logging = { workspace = true } diff --git a/boot_node/Cargo.toml b/boot_node/Cargo.toml index 6cf62e04308..d5c5fe0d646 100644 --- a/boot_node/Cargo.toml +++ b/boot_node/Cargo.toml @@ -18,9 +18,6 @@ slog-term = { workspace = true } logging = { workspace = true } slog-async = { workspace = true } slog-scope = "4.3.0" -slog-stdlog = "4.0.0" hex = { workspace = true } serde = { workspace = true } -serde_json = { workspace = true } -serde_yaml = { workspace = true } eth2_network_config = { workspace = true } diff --git a/common/eth2/Cargo.toml b/common/eth2/Cargo.toml index 0f27bb66721..10b4755ba26 100644 --- a/common/eth2/Cargo.toml +++ b/common/eth2/Cargo.toml @@ -10,7 +10,6 @@ edition = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } ssz_types = { workspace = true } -tree_hash = { workspace = true } types = { workspace = true } reqwest = { workspace = true } lighthouse_network = { workspace = true } @@ -29,7 +28,6 @@ futures = { workspace = true } store = { workspace = true } slashing_protection = { workspace = true } mediatype = "0.19.13" -mime = "0.3.16" pretty_reqwest_error = { workspace = true } [dev-dependencies] diff --git a/common/eth2_network_config/Cargo.toml b/common/eth2_network_config/Cargo.toml index 3807c2e9930..4b34405e5b3 100644 --- a/common/eth2_network_config/Cargo.toml +++ b/common/eth2_network_config/Cargo.toml @@ -13,12 +13,11 @@ eth2_config = { workspace = true } [dev-dependencies] tempfile = { workspace = true } tokio = { workspace = true } +ethereum_ssz = { workspace = true } [dependencies] serde_yaml = { workspace = true } -serde_json = { workspace = true } types = { workspace = true } -ethereum_ssz = { workspace = true } eth2_config = { workspace = true } discv5 = { workspace = true } reqwest = { workspace = true } diff --git a/common/lighthouse_metrics/Cargo.toml b/common/lighthouse_metrics/Cargo.toml index 6d905344011..fe966f4a9c6 100644 --- a/common/lighthouse_metrics/Cargo.toml +++ b/common/lighthouse_metrics/Cargo.toml @@ -7,5 +7,4 @@ edition = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -lazy_static = { workspace = true } prometheus = "0.13.0" diff --git a/common/logging/Cargo.toml b/common/logging/Cargo.toml index 1fad56d475c..3a03d22f3cb 100644 --- a/common/logging/Cargo.toml +++ b/common/logging/Cargo.toml @@ -15,7 +15,6 @@ parking_lot = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } slog = { workspace = true } -slog-async = { workspace = true } slog-term = { workspace = true } sloggers = { workspace = true } take_mut = "0.2.2" diff --git a/common/system_health/Cargo.toml b/common/system_health/Cargo.toml index 5f0de80d90e..be339f27792 100644 --- a/common/system_health/Cargo.toml +++ b/common/system_health/Cargo.toml @@ -8,5 +8,4 @@ lighthouse_network = { workspace = true } types = { workspace = true } sysinfo = { workspace = true } serde = { workspace = true } -serde_json = { workspace = true } parking_lot = { workspace = true } diff --git a/consensus/types/Cargo.toml b/consensus/types/Cargo.toml index 4b7d9f2b98d..fd1f862a922 100644 --- a/consensus/types/Cargo.toml +++ b/consensus/types/Cargo.toml @@ -51,7 +51,6 @@ metastruct = "0.1.0" serde_json = { workspace = true } smallvec = { workspace = true } maplit = { workspace = true } -strum = { workspace = true } milhouse = { workspace = true } rpds = { workspace = true } diff --git a/database_manager/Cargo.toml b/database_manager/Cargo.toml index 07045dd95c2..250188e2db8 100644 --- a/database_manager/Cargo.toml +++ b/database_manager/Cargo.toml @@ -10,10 +10,7 @@ clap = { workspace = true } clap_utils = { workspace = true } environment = { workspace = true } hex = { workspace = true } -logging = { workspace = true } -sloggers = { workspace = true } store = { workspace = true } -tempfile = { workspace = true } types = { workspace = true } slog = { workspace = true } strum = { workspace = true } diff --git a/lcli/Cargo.toml b/lcli/Cargo.toml index 2aba106e506..5d948a25c36 100644 --- a/lcli/Cargo.toml +++ b/lcli/Cargo.toml @@ -20,7 +20,6 @@ serde_json = { workspace = true } env_logger = { workspace = true } types = { workspace = true } state_processing = { workspace = true } -int_to_bytes = { workspace = true } ethereum_hashing = { workspace = true } ethereum_ssz = { workspace = true } environment = { workspace = true } @@ -32,7 +31,6 @@ clap_utils = { workspace = true } lighthouse_network = { workspace = true } validator_dir = { workspace = true, features = ["insecure_keys"] } lighthouse_version = { workspace = true } -directory = { workspace = true } account_utils = { workspace = true } eth2_wallet = { workspace = true } eth1_test_rig = { workspace = true } diff --git a/lighthouse/Cargo.toml b/lighthouse/Cargo.toml index 54faa03a31f..b6d4166b6a2 100644 --- a/lighthouse/Cargo.toml +++ b/lighthouse/Cargo.toml @@ -28,7 +28,6 @@ jemalloc = ["malloc_utils/jemalloc"] [dependencies] beacon_node = { workspace = true } slog = { workspace = true } -sloggers = { workspace = true } types = { workspace = true } bls = { workspace = true } ethereum_hashing = { workspace = true } @@ -54,7 +53,6 @@ unused_port = { workspace = true } database_manager = { path = "../database_manager" } slasher = { workspace = true } validator_manager = { path = "../validator_manager" } -tracing-subscriber = { workspace = true } logging = { workspace = true } [dev-dependencies] diff --git a/slasher/Cargo.toml b/slasher/Cargo.toml index 90fb54cd1ab..ef5cb8249ec 100644 --- a/slasher/Cargo.toml +++ b/slasher/Cargo.toml @@ -25,7 +25,6 @@ rand = { workspace = true } safe_arith = { workspace = true } serde = { workspace = true } slog = { workspace = true } -sloggers = { workspace = true } tree_hash = { workspace = true } tree_hash_derive = { workspace = true } types = { workspace = true } diff --git a/testing/ef_tests/Cargo.toml b/testing/ef_tests/Cargo.toml index f3d00fa035c..fc4614f5d45 100644 --- a/testing/ef_tests/Cargo.toml +++ b/testing/ef_tests/Cargo.toml @@ -24,19 +24,16 @@ serde_json = { workspace = true } serde_repr = { workspace = true } serde_yaml = { workspace = true } eth2_network_config = { workspace = true } -ethereum_serde_utils = { workspace = true } ethereum_ssz = { workspace = true } ethereum_ssz_derive = { workspace = true } tree_hash = { workspace = true } tree_hash_derive = { workspace = true } -cached_tree_hash = { workspace = true } state_processing = { workspace = true } swap_or_not_shuffle = { workspace = true } types = { workspace = true } snap = { workspace = true } fs2 = { workspace = true } beacon_chain = { workspace = true } -store = { workspace = true } fork_choice = { workspace = true } execution_layer = { workspace = true } logging = { workspace = true } diff --git a/testing/execution_engine_integration/Cargo.toml b/testing/execution_engine_integration/Cargo.toml index 7f66658f0fa..43d24cd1237 100644 --- a/testing/execution_engine_integration/Cargo.toml +++ b/testing/execution_engine_integration/Cargo.toml @@ -10,7 +10,6 @@ serde_json = { workspace = true } task_executor = { workspace = true } tokio = { workspace = true } futures = { workspace = true } -environment = { workspace = true } execution_layer = { workspace = true } sensitive_url = { workspace = true } types = { workspace = true } diff --git a/testing/simulator/Cargo.toml b/testing/simulator/Cargo.toml index d7ff7b3dd85..f8769b10e21 100644 --- a/testing/simulator/Cargo.toml +++ b/testing/simulator/Cargo.toml @@ -8,7 +8,6 @@ edition = { workspace = true } [dependencies] node_test_rig = { path = "../node_test_rig" } -eth1 = { workspace = true } execution_layer = { workspace = true } types = { workspace = true } parking_lot = { workspace = true } @@ -18,7 +17,5 @@ env_logger = { workspace = true } clap = { workspace = true } rayon = { workspace = true } sensitive_url = { path = "../../common/sensitive_url" } -ssz_types = { workspace = true } -ethereum-types = { workspace = true } eth2_network_config = { workspace = true } serde_json = { workspace = true } diff --git a/validator_manager/Cargo.toml b/validator_manager/Cargo.toml index 35af2b1ce73..ebcde6a8288 100644 --- a/validator_manager/Cargo.toml +++ b/validator_manager/Cargo.toml @@ -6,14 +6,12 @@ edition = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bls = { workspace = true } clap = { workspace = true } types = { workspace = true } environment = { workspace = true } eth2_network_config = { workspace = true } clap_utils = { workspace = true } eth2_wallet = { workspace = true } -eth2_keystore = { workspace = true } account_utils = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } diff --git a/watch/Cargo.toml b/watch/Cargo.toml index aaaf50aa40a..3c1634a5b99 100644 --- a/watch/Cargo.toml +++ b/watch/Cargo.toml @@ -30,9 +30,7 @@ url = { workspace = true } rand = { workspace = true } diesel = { version = "2.0.2", features = ["postgres", "r2d2"] } diesel_migrations = { version = "2.0.0", features = ["postgres"] } -byteorder = { workspace = true } bls = { workspace = true } -hex = { workspace = true } r2d2 = { workspace = true } serde_yaml = { workspace = true }