reduce dependency bloat

This commit is contained in:
Maple 2025-11-13 09:51:05 +01:00
commit 11ba2b1470
11 changed files with 249 additions and 2225 deletions

View file

@ -18,19 +18,17 @@ rand = "0.8.5"
hmac = "0.12.1"
md-5 = "^0.10.6"
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "net", "sync", "fs"] }
tonic = "0.12.3"
hex = "0.4.3"
macros = { path = "../macros" }
rocket = { version = "0.5.1", features = ["json", "serde_json"] }
async-trait = "0.1.86"
paste = "1.0.15"
typenum = "1.18.0"
reqwest = { version= "0.12.18", features = ["blocking"]}
json = "0.12.4"
ctrlc = "3.4.7"
criterion = "0.7.0"
anyhow = "1.0.100"
ureq = "3.1.4"
[dev-dependencies]
criterion = "0.7.0"
[features]
rmc_struct_header = []