# 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_query" version = "0.0.0" description = "composible sql query builder, with support of binding into query buffer" license = "MIT" [dependencies.case] version = "1.0.0" [dependencies.either] version = "1.13.0" [dependencies.futures-util] version = "0.3.30" [dependencies.paste] version = "1.0.15" [dependencies.query_macros] version = "0.1.0" [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.117" [dependencies.sqlx] version = "0.7.4" features = [ "runtime-tokio", "uuid", "chrono", "rust_decimal", "postgres", "sqlite", "mysql", ] [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [features] default = [] export_inner_executable = [] waiting_specialization = []