Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranay Tulugu committed Aug 28, 2023
1 parent 549d398 commit e8d691e
Show file tree
Hide file tree
Showing 11 changed files with 97 additions and 212 deletions.
223 changes: 60 additions & 163 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions althea_kernel_interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ edition = "2018"

[dependencies]
oping = "0.3"
itertools = "0.10"
lazy_static = "1.4"
log = "0.4"
serde_derive = "1.0"
serde = "1.0"
althea_types = { path = "../althea_types" }
ipnetwork = "0.20"
mac_address = "1.1.4"
serde_json = "1.0"

[dependencies.regex]
version = "1.6"
Expand All @@ -25,4 +23,4 @@ features = ["std"]


[features]
integration_test = []
integration_test = []
8 changes: 3 additions & 5 deletions althea_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ base64 = "0.13"
serde_derive = "1.0"
serde = "1.0"
serde_json = "1.0"
hex = "0.4"
sodiumoxide = "0.2"
clarity = "1.2"
arrayvec = {version= "0.7", features = ["serde"]}
arrayvec = { version = "0.7", features = ["serde"] }
phonenumber = "0.3"
lettre = {version = "0.10", features = ["serde"]}
lettre = { version = "0.10", features = ["serde"] }
ipnetwork = "0.20"
bincode = "1.3"
deep_space = {version = "2", features = ["althea"]}
deep_space = { version = "2", features = ["althea"] }

[dev-dependencies]
rand = "0.8"

5 changes: 2 additions & 3 deletions antenna_forwarding_protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ authors = ["Justin Kilpatrick <[email protected]>"]
edition = "2018"

[dependencies]
althea_types = { path = "../althea_types"}
althea_types = { path = "../althea_types" }
serde_json = "1.0"
serde_derive = "1.0"
serde = "1.0"
sodiumoxide = "0.2"
clarity = "1.2"
log = "0.4"
lazy_static = "1.4"

[dev-dependencies]
rand = "0.8"
rand = "0.8"
4 changes: 0 additions & 4 deletions auto_bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ edition = "2018"
web30 = "1.0"
num256 = "0.5"
clarity = "1.2"
rand = "0.8"
num = "0.4"
log = "0.4"
serde_derive = "1.0"
serde = "1.0"
tokio = "1.2"
futures = {version="0.3", features = ["thread-pool"]}

[dev-dependencies]
actix = "0.13"
Expand Down
2 changes: 0 additions & 2 deletions babel_monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ version = "0.1.0"
edition = "2018"

[dependencies]
ascii = "1.0"
env_logger = "0.10"
ipnetwork = "0.20"
log = "0.4"
serde = "1.0"
Expand Down
5 changes: 1 addition & 4 deletions clu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ althea_kernel_interface = { path = "../althea_kernel_interface" }
althea_types = { path = "../althea_types" }
lazy_static = "1.4"
log = "0.4"
env_logger = "0.10.0"
ipgen = "1.0.1"
rand = "0.8"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
clarity = "1.2"
sodiumoxide = "0.2"
deep_space = {version = "2", features = ["althea"]}
deep_space = { version = "2", features = ["althea"] }

[dependencies.regex]
version = "1.5"
Expand Down
13 changes: 6 additions & 7 deletions rita_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"

[dependencies]
compressed_log = "0.5"
num-traits="0.2"
num-traits = "0.2"
num256 = "0.5"
serde = "1.0"
serde_derive = "1.0"
Expand All @@ -25,20 +25,19 @@ lettre = "0.10"
rand = "0.8.0"
phonenumber = "0.3"
babel_monitor = { path = "../babel_monitor" }
arrayvec = {version= "0.7", features = ["serde"]}
arrayvec = { version = "0.7", features = ["serde"] }
sodiumoxide = "0.2"
clu = { path = "../clu" }
web30 = "1.0"
awc = "3.1"
ipnetwork = "0.20"
actix-async = {package="actix", version = "0.13"}
actix-web-async = { package="actix-web", version = "4.3", default_features = false, features= ["openssl"]}
actix-web-httpauth-async = { package="actix-web-httpauth", version = "0.8.0"}
actix-async = { package = "actix", version = "0.13" }
actix-web-async = { package = "actix-web", version = "4.3", default_features = false, features = [
"openssl",
] }
clarity = "1.2"
openssh-keys = "0.6"
mac_address = "1.1.4"
futures = { version = "0.3", features = ["compat"] }
deep_space = {version = "2", features = ["althea"]}

[lib]
name = "rita_client"
Expand Down
34 changes: 21 additions & 13 deletions rita_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,45 @@ license = "Apache-2.0"
rand = "0.8.0"
ipnetwork = "0.20"
serde_derive = "1.0"
hex-literal = "0.3"
docopt = "1.1"
serde = "1.0"
bytes = "1.0"
compressed_log = "0.5.4"
byteorder = { version = "1.4", features = ["i128"] }
arrayvec = {version= "0.7", features = ["serde"]}
arrayvec = { version = "0.7", features = ["serde"] }
babel_monitor = { path = "../babel_monitor" }
flate2 = { version = "1.0", features = ["rust_backend"], default-features = false }
actix-async = {package="actix", version = "0.13"}
auto-bridge = {path = "../auto_bridge"}
flate2 = { version = "1.0", features = [
"rust_backend",
], default-features = false }
actix-async = { package = "actix", version = "0.13" }
auto-bridge = { path = "../auto_bridge" }
serde_json = "1.0"
log = { version = "0.4", features = ["release_max_level_info"] }
settings = { path = "../settings" }
clarity = "1.2"
futures = { version = "0.3", features = ["compat"] }
num256 = "0.5"
num-traits="0.2"
num-traits = "0.2"
bincode = "1.3"
serde_cbor = "0.11"
lazy_static = "1.4"
althea_kernel_interface = { path = "../althea_kernel_interface" }
actix-web-httpauth-async = { package="actix-web-httpauth", version = "0.8.0"}
actix-web-async = { package="actix-web", version = "4.3", default_features = false, features= ["openssl"]}
awc = {version = "3.1", default-features = false, features=["openssl", "compress-gzip", "compress-zstd"]}
actix-web-httpauth-async = { package = "actix-web-httpauth", version = "0.8.0" }
actix-web-async = { package = "actix-web", version = "4.3", default_features = false, features = [
"openssl",
] }
awc = { version = "3.1", default-features = false, features = [
"openssl",
"compress-gzip",
"compress-zstd",
] }
actix-service = "2.0.2"
web30 = "1.0"
althea_types = { path = "../althea_types" }
deep_space = {version = "2", features = ["althea"]}
cosmos-sdk-proto-althea = {package = "cosmos-sdk-proto-althea", version = "0.13", features = ["ethermint"]}
prost-types ="0.10"
deep_space = { version = "2", features = ["althea"] }
cosmos-sdk-proto-althea = { package = "cosmos-sdk-proto-althea", version = "0.13", features = [
"ethermint",
] }
prost-types = "0.10"

[dependencies.regex]
version = "1.6"
Expand Down
4 changes: 0 additions & 4 deletions rita_exit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ license = "Apache-2.0"

[dependencies]
# debug is used here to make sure exit logs remain accessible locally
compressed_log = { version = "0.5", features = ["debug"] }
sodiumoxide = "0.2"
num256 = "0.5"
rita_common = { path = "../rita_common" }
Expand All @@ -19,7 +18,6 @@ babel_monitor = { path = "../babel_monitor" }
actix-async = { package = "actix", version = "0.13" }
awc = "3.1"
handlebars = "4.0"
rand = "0.8.0"
lazy_static = "1.4"
ipnetwork = "0.20"
clarity = "1.2"
Expand All @@ -28,8 +26,6 @@ serde_derive = "1.0"
serde_json = "1.0"
lettre = { version = "0.10", features = ["file-transport"] }
phonenumber = "0.3"
r2d2 = "0.8"
arrayvec = { version = "0.7", features = ["serde"] }
log = { version = "0.4", features = ["release_max_level_info"] }
reqwest = { version = "0.11", features = ["blocking", "json"] }
actix-web-async = { package = "actix-web", version = "4.3", default_features = false, features = [
Expand Down
7 changes: 3 additions & 4 deletions settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Ben <[email protected]>"]
edition = "2018"

[dependencies]
althea_types = { path = "../althea_types"}
althea_types = { path = "../althea_types" }
althea_kernel_interface = { path = "../althea_kernel_interface" }
auto-bridge = { path = "../auto_bridge" }
num256 = "0.5"
Expand All @@ -16,9 +16,8 @@ toml = "0.5"
log = "0.4"
lazy_static = "1.4"
clarity = "1.2"
arrayvec = {version= "0.7", features = ["serde"]}
arrayvec = { version = "0.7", features = ["serde"] }
phonenumber = "0.3"
ipnetwork = "0.20"
deep_space = {version = "2", features = ["althea"]}

[features]
[features]

0 comments on commit e8d691e

Please sign in to comment.