Skip to content

Commit

Permalink
chore(rust): remove unused dependencies (#1656)
Browse files Browse the repository at this point in the history
Use [cargo machete](https://github.com/bnjbvr/cargo-machete) to detect
and remove unused dependencies.
  • Loading branch information
imobachgs authored Oct 4, 2024
2 parents d29a167 + cc6461c commit d0003a4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 89 deletions.
8 changes: 0 additions & 8 deletions rust/Cargo.lock

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

4 changes: 0 additions & 4 deletions rust/agama-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,15 @@ edition = "2021"
clap = { version = "4.1.4", features = ["derive", "wrap_help"] }
curl = { version = "0.4.44", features = ["protocol-ftp"] }
agama-lib = { path="../agama-lib" }
serde = { version = "1.0.152" }
serde_json = "1.0.91"
serde_yaml = "0.9.17"
indicatif= "0.17.3"
thiserror = "1.0.39"
console = "0.15.7"
anyhow = "1.0.71"
log = "0.4"
# tempdir, fs_extra, nix is for logs (sub)command
tempfile = "3.8.1"
fs_extra = "1.3.0"
nix = { version = "0.27.1", features = ["user"] }
zbus = { version = "3", default-features = false, features = ["tokio"] }
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
async-trait = "0.1.77"
reqwest = { version = "0.11", features = ["json"] }
Expand Down
9 changes: 0 additions & 9 deletions rust/agama-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ agama-locale-data = { path = "../agama-locale-data" }
agama-lib = { path = "../agama-lib" }
log = "0.4"
zbus = { version = "3", default-features = false, features = ["tokio"] }
zbus_macros = "3"
uuid = { version = "1.3.4", features = ["v4"] }
thiserror = "1.0.40"
serde = { version = "1.0.152", features = ["derive"] }
Expand All @@ -22,7 +21,6 @@ tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
tokio-stream = "0.1.14"
gettext-rs = { version = "0.7.0", features = ["gettext-system"] }
regex = "1.10.2"
once_cell = "1.18.0"
macaddr = { version = "1.0", features = ["serde_std"] }
async-trait = "0.1.75"
axum = { version = "0.7.4", features = ["ws"] }
Expand All @@ -36,14 +34,7 @@ tower = "0.4.13"
utoipa = { version = "4.2.0", features = ["axum_extras"] }
config = "0.14.0"
rand = "0.8.5"
jsonwebtoken = "9.2.0"
axum-extra = { version = "0.9.2", features = ["cookie", "typed-header"] }
chrono = { version = "0.4.34", default-features = false, features = [
"now",
"std",
"alloc",
"clock",
] }
pam = "0.8.0"
serde_with = "3.6.1"
pin-project = "1.1.5"
Expand Down
68 changes: 0 additions & 68 deletions rust/agama-server/src/network/model/builder.rs

This file was deleted.

0 comments on commit d0003a4

Please sign in to comment.