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 23, 2023
1 parent 31a1772 commit f2cbde7
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 151 deletions.
102 changes: 0 additions & 102 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
Loading

0 comments on commit f2cbde7

Please sign in to comment.