[dependencies.async-session]
version = "3.0"
[dependencies.sea-orm]
version = "1.1"
[dependencies.sea-orm-migration]
optional = true
version = "1.1"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.sea-orm]
features = ["runtime-tokio-rustls", "sqlx-sqlite"]
version = "1.1"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.45"
[features]
default = ["migration"]
migration = ["sea-orm-migration"]
[lib]
name = "async_sea_orm_session"
path = "src/lib.rs"
[package]
authors = ["Robert Usher <266585+dcchut@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "async-session backend implemented in sea-orm"
documentation = "https://docs.rs/async-sea-orm-session"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "async-sea-orm-session"
readme = "README.md"
repository = "https://github.com/dcchut/async-sea-orm-session"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
features = ["migration"]
rustdoc-args = ["--cfg", "docsrs"]