spring-sea-orm 0.4.4

Integration of spring-rs framework and sea-orm
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.schemars]
version = "0.8.21"

[dependencies.sea-orm]
optional = true
version = "1.1"

[dependencies.serde]
version = "1.0"

[dependencies.spring]
version = "0.4"

[dependencies.spring-web]
optional = true
version = "0.4"

[dependencies.thiserror]
version = "2.0"

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

[features]
default = ["sea-orm/runtime-tokio-native-tls"]
mysql = ["sea-orm/sqlx-mysql"]
postgres = ["sea-orm/sqlx-postgres"]
sqlite = ["sea-orm/sqlx-sqlite"]
with-web = ["spring-web"]

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

[package]
authors = ["holmofy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "Integration of spring-rs framework and sea-orm"
edition = "2021"
keywords = ["orm", "sql-database", "spring"]
license = "MIT"
name = "spring-sea-orm"
readme = "README.md"
repository = "https://github.com/spring-rs/spring-rs"
version = "0.4.4"