# 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" rust-version = "1.74" name = "i_dao" version = "0.1.7" authors = ["PMC "] description = "mysql 数据库增改查" documentation = "https://github.com/PandaManPMC/i_dao.git" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/PandaManPMC/i_dao.git" [dependencies.env_logger] version = "0.11.3" [dependencies.i_dao_proc_macro] version = "0.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.mysql] version = "25.0.0" [dependencies.r2d2_mysql] version = "24.0.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.tokio] version = "1.38.0" features = ["full"]