# 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.75" name = "orm_mysql" version = "1.3.4" authors = ["guoyu "] description = "orm_mysql" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/guoyucode/orm_mysql" [lib] path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.common_uu] version = "1" default-features = false [dependencies.log] version = "0.4" [dependencies.mysql_async_uu] version = "0.32.4" [dependencies.orm_mysql_macro] version = "1.2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dev-dependencies.log] version = "0.4" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dev-dependencies.time] version = "0.3" [dev-dependencies.tokio] version = "1.13" features = [ "rt", "rt-multi-thread", "macros", ] [features] default = ["chrono"]