[dependencies.anyhow]
version = "1.0.38"
[dependencies.async-trait]
version = "0.1.51"
[dependencies.once_cell]
version = "1.7.0"
[dependencies.serde]
optional = true
version = "1.0.123"
[dependencies.serde_derive]
optional = true
version = "1.0.123"
[dependencies.sql-builder]
version = "3.1.1"
[dependencies.sqlx]
version = "0.5.9"
[dev-dependencies]
[features]
bigdecimal = ["sqlx/bigdecimal"]
bit-vec = ["sqlx/bit-vec"]
bstr = ["sqlx/bstr"]
chrono = ["sqlx/chrono"]
decimal = ["sqlx/decimal"]
default = ["sqlx/default"]
git2 = ["sqlx/git2"]
ipnetwork = ["sqlx/ipnetwork"]
json = ["sqlx/json", "serde", "serde_derive"]
mac_address = ["sqlx/mac_address"]
macros = ["sqlx/sqlx-macros"]
migrate = ["sqlx/migrate"]
mssql = ["sqlx/mssql"]
mysql = ["sqlx/mysql"]
offline = ["sqlx/offline"]
postgres = ["sqlx/postgres"]
runtime-actix = ["sqlx/runtime-actix"]
runtime-actix-native-tls = ["sqlx/runtime-actix-native-tls"]
runtime-actix-rustls = ["sqlx/runtime-actix-rustls"]
runtime-async-std = ["sqlx/runtime-async-std"]
runtime-async-std-native-tls = ["sqlx/runtime-async-std-native-tls"]
runtime-async-std-rustls = ["sqlx/runtime-async-std-rustls"]
runtime-tokio = ["sqlx/runtime-tokio"]
runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls"]
runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls"]
sqlite = ["sqlx/sqlite"]
time = ["sqlx/time"]
tls = ["sqlx/tls"]
uuid = ["sqlx/uuid"]
[lib]
name = "cherry"
[package]
authors = ["bugslabx <bugslabx@gmail.com>"]
description = "An asynchronous ORM, which support MySQL, PostgreSQL, SQLite and SQL Server."
edition = "2018"
keywords = ["ORM", "MySQL", "PostgreSQL", "SQLite", "SQLServer"]
license = "MIT OR Apache-2.0"
name = "cherry"
repository = "https://github.com/bugslabx/cherry"
version = "0.2.1"