# 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 = "easy-sqlx" version = "0.1.7" authors = ["1701 <79628868@qq.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Rust Toolkit to easy use sqlx" homepage = "https://gitee.com/knowgo/easy-sqlx" documentation = "https://gitee.com/knowgo/easy-sqlx" readme = "README.md" keywords = [ "database", "orm", "sqlx", "easy-sqlx", ] categories = ["database"] license = "Apache-2.0" repository = "https://gitee.com/knowgo/easy-sqlx" [lib] name = "easy_sqlx" path = "src/lib.rs" [dependencies.easy-sqlx-core] version = "^0" features = [ "postgres", "chrono", ] [dependencies.easy-sqlx-macro] version = "^0" [features] chrono = [] default = [ "postgres", "chrono", ] postgres = []