[dependencies.anyhow]
version = "^1.0"
[dependencies.async-trait]
version = "^0.1"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_with]
features = ["json"]
version = "^1.0"
[dependencies.sqlx]
features = ["runtime-tokio-rustls", "mysql", "macros", "migrate", "time", "decimal", "json", "tls"]
version = "^0.6"
[dependencies.time]
features = ["macros", "parsing", "formatting", "local-offset"]
version = "^0.3"
[dependencies.tiny_orm_macro_derive]
version = "0.4.1"
[dependencies.tokio]
features = ["rt", "rt-multi-thread", "io-std", "net", "macros", "sync", "fs"]
version = "1"
[features]
any = []
default = ["mysql"]
mssql = []
mysql = []
postgres = []
sqlite = []
[package]
authors = ["一叶微尘 <ebank_abcsr@qq.com>"]
categories = ["database"]
description = "基于sqlx的将SQL和ORM结合的简易ORM实现"
documentation = "https://docs.rs/tiny_orm_core/"
edition = "2021"
keywords = ["orm", "sqlx"]
license = "MIT OR Apache-2.0"
name = "tiny_orm_core"
readme = "README.md"
repository = "https://gitee.com/eshangrao/tiny-orm"
resolver = "1"
version = "0.4.1"