tea-orm 2.2.1

Helper functions for Sea Orm to help with testing
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.log]
features = ["serde"]
version = "0.4"

[dependencies.names]
version = "0.14.0"

[dependencies.sea-orm]
features = ["debug-print", "sqlx-postgres"]
version = "1.0"

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

[dev-dependencies.tokio]
features = ["macros"]
version = "1.31"

[features]
default = ["runtime-tokio-rustls"]
runtime-actix-native-tls = ["sea-orm/runtime-actix-native-tls"]
runtime-actix-rustls = ["sea-orm/runtime-actix-rustls"]
runtime-async-std-native-tls = ["sea-orm/runtime-async-std-native-tls"]
runtime-async-std-rustls = ["sea-orm/runtime-async-std-rustls"]
runtime-tokio-native-tls = ["sea-orm/runtime-tokio-native-tls"]
runtime-tokio-rustls = ["sea-orm/runtime-tokio-rustls"]

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

[package]
authors = ["josephlenton@gmail.com <josephlenton@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["database", "development-tools::testing"]
description = "Helper functions for Sea Orm to help with testing"
documentation = "https://docs.rs/tea-orm/latest/tea-orm"
edition = "2021"
keywords = ["database", "testing", "test", "sea-orm", "sea_orm"]
license = "MIT"
name = "tea-orm"
readme = "README.md"
repository = "https://github.com/JosephLenton/tea-orm"
version = "2.2.1"