# 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 = "sql_wrapper" version = "0.1.6" description = "Generate table Struct and Sql function for table based on sqlx and sql_builder" homepage = "https://github.com/zhangyangyang3/sql_wrapper" readme = "README.md" license = "MIT" [dependencies.bigdecimal] version = "0.4" [dependencies.chrono] version = "0.4.38" [dependencies.serde_json] version = "1.0" [dependencies.sql-builder] version = "3.1.1" [dependencies.sqlx] version = "0.7.4" features = [ "runtime-tokio", "postgres", "chrono", "sqlx-postgres", "uuid", "rust_decimal", "mysql", "sqlx-mysql", ] [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt", "rt-multi-thread", ] [dependencies.uuid] version = "1.8.0" features = ["v4"]