summer-sea-orm 0.5.0-rc.0

Integration of summer-rs framework and sea-orm
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[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 = ["summer-web"]
with-web-openapi = ["summer-web/openapi"]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.schemars]
version = "1.1"

[dependencies.sea-orm]
version = "2.0.0-rc.35"
optional = true

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

[dependencies.summer]
version = "0.5"

[dependencies.summer-web]
version = "0.5"
optional = true

[dependencies.thiserror]
version = "2.0"

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