# 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 = "df-db" version = "0.2.41" authors = ["Doraemon <7991156@qq.com>"] exclude = [ "INSTALL.md", "/config", "/model", "/examples", "/db", "/tests", ] description = "This is an orm database mysql mssql sqlite" readme = "README.md" keywords = [ "df", "orm", "carryxd", "db", "sql", ] license = "MIT" resolver = "1" [dependencies.async-std] version = "1.12.0" [dependencies.async-trait] version = "0.1.60" [dependencies.chrono] version = "0.4.23" [dependencies.df-fields] version = "0.1.16" [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.mysql] version = "23.0.1" [dependencies.sqlite] version = "0.30.4" [dependencies.tiberius] version = "0.12.1" features = [ "chrono", "time", ] [dependencies.tokio] version = "1.22.0" features = ["full"] [dev-dependencies.df-file] version = "0.1.3" [dev-dependencies.df-plugin] version = "0.3.18" [dev-dependencies.env_logger] version = "0.10.0"