sea-orm 0.10.5

🐚 An async & dynamic ORM for Rust
Documentation
[dependencies.async-stream]
version = "^0.3"

[dependencies.async-trait]
version = "^0.1"

[dependencies.chrono]
default-features = false
features = ["clock"]
optional = true
version = "^0.4.20"

[dependencies.futures]
version = "^0.3"

[dependencies.futures-util]
version = "^0.3"

[dependencies.log]
version = "^0.4"

[dependencies.ouroboros]
version = "0.15"

[dependencies.rust_decimal]
optional = true
version = "^1"

[dependencies.sea-orm-macros]
optional = true
version = "^0.10.5"

[dependencies.sea-query]
features = ["thread-safe"]
version = "^0.27.1"

[dependencies.sea-query-binder]
optional = true
version = "^0.2.1"

[dependencies.sea-strum]
features = ["derive", "sea-orm"]
version = "^0.23"

[dependencies.serde]
features = ["derive"]
version = "^1.0"

[dependencies.serde_json]
optional = true
version = "^1.0"

[dependencies.sqlx]
optional = true
version = "^0.6"

[dependencies.thiserror]
version = "^1"

[dependencies.time]
optional = true
version = "^0.3"

[dependencies.tracing]
features = ["log"]
version = "^0.1"

[dependencies.url]
version = "^2.2"

[dependencies.uuid]
features = ["serde", "v4"]
optional = true
version = "^1"
[dev-dependencies.actix-rt]
version = "2.2.0"

[dev-dependencies.async-std]
features = ["attributes", "tokio1"]
version = "^1"

[dev-dependencies.maplit]
version = "^1"

[dev-dependencies.once_cell]
version = "1.8"

[dev-dependencies.pretty_assertions]
version = "^0.7"

[dev-dependencies.rust_decimal_macros]
version = "^1"

[dev-dependencies.smol]
version = "^1.2"

[dev-dependencies.smol-potat]
version = "^1.1"

[dev-dependencies.time]
features = ["macros"]
version = "^0.3"

[dev-dependencies.tokio]
features = ["full"]
version = "^1.6"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[features]
debug-print = []
default = ["macros", "with-json", "with-chrono", "with-rust_decimal", "with-uuid", "with-time"]
macros = ["sea-orm-macros"]
mock = []
postgres-array = ["sea-query/postgres-array", "sea-query-binder?/postgres-array"]
runtime-actix = []
runtime-actix-native-tls = ["sqlx/runtime-actix-native-tls", "sea-query-binder/runtime-actix-native-tls", "runtime-actix"]
runtime-actix-rustls = ["sqlx/runtime-actix-rustls", "sea-query-binder/runtime-actix-rustls", "runtime-actix"]
runtime-async-std = []
runtime-async-std-native-tls = ["sqlx/runtime-async-std-native-tls", "sea-query-binder/runtime-async-std-native-tls", "runtime-async-std"]
runtime-async-std-rustls = ["sqlx/runtime-async-std-rustls", "runtime-async-std"]
runtime-tokio = []
runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls", "sea-query-binder/runtime-tokio-native-tls", "runtime-tokio"]
runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls", "sea-query-binder/runtime-tokio-rustls", "runtime-tokio"]
sqlx-all = ["sqlx-mysql", "sqlx-postgres", "sqlx-sqlite"]
sqlx-dep = []
sqlx-mysql = ["sqlx-dep", "sea-query-binder/sqlx-mysql", "sqlx/mysql"]
sqlx-postgres = ["sqlx-dep", "sea-query-binder/sqlx-postgres", "sqlx/postgres"]
sqlx-sqlite = ["sqlx-dep", "sea-query-binder/sqlx-sqlite", "sqlx/sqlite"]
tests-cfg = ["serde/derive"]
with-chrono = ["chrono", "sea-query/with-chrono", "sea-query-binder?/with-chrono", "sqlx?/chrono"]
with-json = ["serde_json", "sea-query/with-json", "chrono?/serde", "time?/serde", "sea-query-binder?/with-json", "sqlx?/json"]
with-rust_decimal = ["rust_decimal", "sea-query/with-rust_decimal", "sea-query-binder?/with-rust_decimal", "sqlx?/decimal"]
with-time = ["time", "sea-query/with-time", "sea-query-binder?/with-time", "sqlx?/time"]
with-uuid = ["uuid", "sea-query/with-uuid", "sea-query-binder?/with-uuid", "sqlx?/uuid"]

[lib]
name = "sea_orm"
path = "src/lib.rs"

[package]
authors = ["Chris Tsang <chris.2y3@outlook.com>"]
categories = ["database"]
description = "🐚 An async & dynamic ORM for Rust"
documentation = "https://docs.rs/sea-orm"
edition = "2021"
homepage = "https://www.sea-ql.org/SeaORM"
keywords = ["async", "orm", "mysql", "postgres", "sqlite"]
license = "MIT OR Apache-2.0"
name = "sea-orm"
readme = "README.md"
repository = "https://github.com/SeaQL/sea-orm"
rust-version = "1.65"
version = "0.10.5"
[package.metadata.docs.rs]
features = ["default", "sqlx-all", "mock", "runtime-async-std-native-tls"]
rustdoc-args = ["--cfg", "docsrs"]