# 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 = "spring-sea-orm" version = "0.2.3" authors = ["holmofy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Integration of spring-rs framework and sea-orm" readme = "README.md" license = "MIT" repository = "https://github.com/spring-rs/spring-rs" [lib] name = "spring_sea_orm" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.schemars] version = "0.8.21" [dependencies.sea-orm] version = "1.1" optional = true [dependencies.serde] version = "1.0" [dependencies.spring] version = "0.2.2" [dependencies.spring-web] version = "0.2" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.40" features = ["log"] [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"]