# 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 = "bmbp_rdbc_sql" version = "0.2.8" authors = ["bmbp"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SQL构建器" homepage = "https://github.com/bmbper/bmbp_rdbc" documentation = "https://github.com/bmbper/bmbp_rdbc" readme = "README.md" license = "MIT" repository = "https://github.com/bmbper/bmbp_rdbc" [lib] name = "bmbp_rdbc_sql" path = "src/lib.rs" [[test]] name = "test_ident" path = "tests/test_ident.rs" [[test]] name = "test_query" path = "tests/test_query.rs" [[test]] name = "test_sql" path = "tests/test_sql.rs" [dependencies.bmbp_rdbc_type] version = "0.2.8" [dependencies.chrono] version = "0.4.38" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.10" [dependencies.serde_repr] version = "0.1.19" [dependencies.tokio-postgres] version = "0.7.12" features = ["with-chrono-0_4"] [dependencies.uuid] version = "1.1.3" features = [ "serde", "v4", ]