# 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 = "db_utils_config" version = "0.1.1" authors = ["yn <642410979@qq.com>"] description = "db_utils所需的db_utils_config" readme = "README.md" license = "GPL-3.0" [dependencies.chrono] version = "0.4.23" [dependencies.chrono-tz] version = "0.8.1" [dependencies.csv] version = "1.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_json] version = "1.0.93" [dependencies.tokio] version = "1.25.0" features = [ "time", "sync", "rt", "macros", ] [dependencies.toml] version = "0.7.2"