# 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 = "sfo-sql" version = "0.3.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "private sql library" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/wugren/sfo-sql.git" [lib] name = "sfo_sql" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.log] version = "0.4" [dependencies.sfo-result] version = "0.2.4" [dependencies.sqlx] version = "0.8" features = [ "runtime-async-std-rustls", "macros", ] [build-dependencies.syn] version = "1.0" features = ["full"] [features] default = [ "mysql", "runtime-tokio", ] mysql = ["sqlx/mysql"] runtime-async-std = [ "sqlx/runtime-async-std", "sqlx/runtime-async-std-rustls", ] runtime-tokio = [ "sqlx/runtime-tokio", "sqlx/runtime-tokio-rustls", ] sqlite = ["sqlx/sqlite"]