[package] name = "qzsaa" version = "0.1.1" edition = "2021" license = "CC0-1.0" description = "set comm api and functions for system management" authors = ["867671264@qq.com"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] urlencoding = "2.1.0" thiserror = "1.0.39" anyhow = "1.0.69" serde_json = { version = "1.0.63", features = ["preserve_order"] } reqwest = { version = "0.11.20", features = ["blocking", "json"] } sqlx = { version = "0.7.3", features = [ "runtime-tokio-rustls", "any", "postgres", "chrono", "macros", "migrate", "uuid", "json", ] } jsonwebtoken = "9.2.0" r2d2 = "0.8.10" redis = "0.21.5" [dependencies.uuid] version = "1.7.0" features = [ "v4", # Lets you generate random UUIDs "fast-rng", # Use a faster (but still sufficiently random) RNG "macro-diagnostics", # Enable better diagnostics for compile-time UUIDs ]