From 36186e004be62321ee1f4a21980922a454364169 Mon Sep 17 00:00:00 2001 From: SW van Heerden Date: Fri, 27 Jan 2023 12:10:11 +0200 Subject: [PATCH] remove unused from cucumber --- Cargo.lock | 158 ----------------------------------- integration_tests/Cargo.toml | 22 ----- 2 files changed, 180 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3cbfbe4825e..436fc5147a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,70 +190,6 @@ dependencies = [ "cc", ] -[[package]] -name = "axum" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08b108ad2665fa3f6e6a517c3d80ec3e77d224c47d605167aefaa5d7ef97fa48" -dependencies = [ - "async-trait", - "axum-core", - "bitflags 1.3.2", - "bytes 1.3.0", - "futures-util", - "http", - "http-body", - "hyper", - "itoa 1.0.5", - "matchit", - "memchr", - "mime", - "percent-encoding 2.2.0", - "pin-project-lite", - "rustversion", - "serde", - "serde_json", - "serde_path_to_error", - "serde_urlencoded", - "sync_wrapper", - "tokio", - "tower", - "tower-http", - "tower-layer", - "tower-service", -] - -[[package]] -name = "axum-core" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79b8558f5a0581152dc94dcd289132a1d377494bdeafcd41869b3258e3e2ad92" -dependencies = [ - "async-trait", - "bytes 1.3.0", - "futures-util", - "http", - "http-body", - "mime", - "rustversion", - "tower-layer", - "tower-service", -] - -[[package]] -name = "axum-jrpc" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "163372a0c1cb179c5b3a9ac5edbb01501b4d4ad247b971712d0559e832819e3a" -dependencies = [ - "anyhow", - "async-trait", - "axum", - "serde", - "serde_json", - "thiserror", -] - [[package]] name = "base58-monero" version = "0.3.2" @@ -2435,12 +2371,6 @@ dependencies = [ "pin-project-lite", ] -[[package]] -name = "http-range-header" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" - [[package]] name = "httparse" version = "1.8.0" @@ -2611,25 +2541,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "include_dir" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" -dependencies = [ - "include_dir_macros", -] - -[[package]] -name = "include_dir_macros" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" -dependencies = [ - "proc-macro2", - "quote", -] - [[package]] name = "indexmap" version = "1.9.2" @@ -2860,7 +2771,6 @@ version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d" dependencies = [ - "cc", "pkg-config", "vcpkg", ] @@ -3005,12 +2915,6 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" -[[package]] -name = "matchit" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40" - [[package]] name = "md-5" version = "0.9.1" @@ -4486,12 +4390,6 @@ dependencies = [ "base64 0.13.1", ] -[[package]] -name = "rustversion" -version = "1.0.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70" - [[package]] name = "rustyline" version = "9.1.2" @@ -4708,15 +4606,6 @@ dependencies = [ "serde", ] -[[package]] -name = "serde_path_to_error" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b04f22b563c91331a10074bda3dd5492e3cc39d56bd557e91c0af42b6c7341" -dependencies = [ - "serde", -] - [[package]] name = "serde_repr" version = "0.1.10" @@ -5028,12 +4917,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "sync_wrapper" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8" - [[package]] name = "synstructure" version = "0.12.6" @@ -5519,32 +5402,16 @@ version = "0.35.1" dependencies = [ "anyhow", "async-trait", - "axum", - "axum-jrpc", - "bincode", - "blake2 0.9.2", - "borsh", - "bytes 1.3.0", "chrono", - "clap 3.2.23", "config", "csv", "cucumber", - "diesel", - "digest 0.9.0", "futures 0.3.25", - "include_dir", "indexmap", - "json5 0.2.8", "libc", - "libsqlite3-sys", - "lmdb-zero", "log", - "log4rs", - "prost", "rand 0.7.3", "reqwest", - "serde", "serde_json", "tari_app_grpc", "tari_app_utilities", @@ -5562,20 +5429,14 @@ dependencies = [ "tari_p2p", "tari_script", "tari_shutdown", - "tari_test_utils", "tari_utilities", "tari_wallet", - "tari_wallet_ffi", "tari_wallet_grpc_client", "tempfile", "thiserror", "time 0.3.17", "tokio", - "tokio-stream", "tonic", - "tower", - "tower-http", - "tower-layer", ] [[package]] @@ -6311,25 +6172,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tower-http" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" -dependencies = [ - "bitflags 1.3.2", - "bytes 1.3.0", - "futures-core", - "futures-util", - "http", - "http-body", - "http-range-header", - "pin-project-lite", - "tower", - "tower-layer", - "tower-service", -] - [[package]] name = "tower-layer" version = "0.3.2" diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index 38a72b6b1a6..064fef8da89 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -22,47 +22,25 @@ tari_miner = { path = "../applications/tari_miner" } tari_p2p = { path = "../base_layer/p2p" } tari_script = { path = "../infrastructure/tari_script" } tari_shutdown = { path = "../infrastructure/shutdown" } -tari_test_utils = { path = "../infrastructure/test_utils" } tari_utilities = { git = "https://github.com/tari-project/tari_utilities.git", tag="v0.4.10"} tari_wallet = { path = "../base_layer/wallet" } tari_wallet_grpc_client = { path = "../clients/rust/wallet_grpc_client" } -tari_wallet_ffi = { path = "../base_layer/wallet_ffi" } anyhow = "1.0.53" async-trait = "0.1.50" -axum = "0.6.0" -axum-jrpc = { version = "0.3.2", features = ["anyhow_error"] } -bincode = "1.3.3" -blake2 = "0.9.2" -borsh = { version = "0.9.3", default-features = false } -bytes = "1" chrono = "0.4.22" -clap = { version = "3.2.5", features = ["env"] } config = "0.13.0" csv = "1.1" -digest = "0.9.0" -diesel = { version = "1.4.8", default-features = false, features = ["sqlite"] } futures = { version = "^0.3.1" } -include_dir = "0.7.2" -json5 = "0.2.2" libc = "0.2.65" -libsqlite3-sys = { version = "0.22.2", features = ["bundled"] } -lmdb-zero = "0.4.4" log = { version = "0.4.8", features = ["std"] } -log4rs = { version = "1.1.1", features = ["rolling_file_appender", "compound_policy", "size_trigger", "fixed_window_roller"] } -prost = "0.9" rand = "0.7" reqwest = "0.11.11" -serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.64" thiserror = "^1.0.20" time = "0.3.15" tokio = { version = "1.10", features = ["macros", "time", "sync", "rt-multi-thread"] } -tokio-stream = { version = "0.1.7", features = ["sync"] } tonic = "0.6.2" -tower = "0.4" -tower-http = { version = "0.3.0", features = ["cors"] } -tower-layer = "0.3" [dev-dependencies]