# 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 = "rs_infras" version = "0.2.1" authors = ["daheige"] description = "rust infras" documentation = "https://docs.rs/rs-infras/" readme = "README.md" keywords = [ "infras", "rs-infras", "mysql", "redis", "pulsar", ] license = "MIT" repository = "https://github.com/rs-god/rs-infras" [dependencies.chrono] version = "0.4.33" [dependencies.futures] version = "0.3.30" [dependencies.pulsar] version = "6.1.0" [dependencies.r2d2] version = "0.8.10" [dependencies.redis] version = "0.24.0" features = [ "r2d2", "tokio-comp", "cluster", "cluster-async", "json", ] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.serde_yaml] version = "0.9.30" [dependencies.sqlx] version = "0.7.3" features = [ "runtime-tokio-rustls", "mysql", "chrono", ] [dependencies.tokio] version = "1.35.1" features = ["full"]