spring-sea-orm 0.0.7

rust microservice framework
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.schemars]
version = "0.8.21"

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

[dependencies.serde]
version = "1.0"

[dependencies.spring-boot]
version = "0.0.7"

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

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

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

[package]
authors = ["holmofy"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "rust microservice framework"
edition = "2021"
license = "MIT"
name = "spring-sea-orm"
readme = "README.md"
repository = "https://github.com/holmofy/spring-rs"
version = "0.0.7"