# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "qzsaa" version = "0.1.1" authors = ["867671264@qq.com"] description = "set comm api and functions for system management" license = "CC0-1.0" [dependencies.anyhow] version = "1.0.69" [dependencies.jsonwebtoken] version = "9.2.0" [dependencies.r2d2] version = "0.8.10" [dependencies.redis] version = "0.21.5" [dependencies.reqwest] version = "0.11.20" features = [ "blocking", "json", ] [dependencies.serde_json] version = "1.0.63" features = ["preserve_order"] [dependencies.sqlx] version = "0.7.3" features = [ "runtime-tokio-rustls", "any", "postgres", "chrono", "macros", "migrate", "uuid", "json", ] [dependencies.thiserror] version = "1.0.39" [dependencies.urlencoding] version = "2.1.0" [dependencies.uuid] version = "1.7.0" features = [ "v4", "fast-rng", "macro-diagnostics", ]