# 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 = "pagetop-seaorm" version = "0.0.1" authors = ["Manuel Cillero "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Integra SeaORM para trabajar con bases de datos en aplicaciones PageTop." homepage = "https://pagetop.cillero.es" readme = "README.md" keywords = [ "pagetop", "database", "sql", "orm", ] categories = [ "web-programming", "database", ] license = "MIT OR Apache-2.0" repository = "https://github.com/manuelcillero/pagetop" [lib] name = "pagetop_seaorm" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.futures] version = "0.3.31" [dependencies.pagetop] version = "0.0" [dependencies.sea-orm] version = "1.1.1" features = [ "debug-print", "macros", "runtime-async-std-native-tls", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", ] default-features = false [dependencies.sea-schema] version = "0.16.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.static-files] version = "0.2.4" [dependencies.url] version = "2.5.4"