[package] name = "Rnjw" version = "0.2.4" edition = "2021" # publish = ["crates-io"] license = "MIT OR Apache-2.0" description = "a get lib" authors = ["figo"] # publish = ["sevan"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # [[bin]] # name = "Rnjw" # path = "src/bin.rs" [dependencies] qzsaa = "0.1.1" reqwest = { version = "0.11.20", features = ["blocking", "json"] } serde_json = { version = "1.0.63", features = ["preserve_order"] } libloading = "0.8.1" once_cell = "1.4.0" anyhow = "1.0" thiserror = "1.0.39" jsonwebtoken = "9.2.0" redis = "0.21.5" bb8-redis = "0.13.0" r2d2 = "0.8.10" [build_dependencies] dunce = "1.0.0" # spd_rocket_nacos = {version = "0.2.1",path = "/home/code/spd_rocket_nacos"}