# 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 = "tea-orm" version = "2.2.1" authors = ["josephlenton@gmail.com "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helper functions for Sea Orm to help with testing" documentation = "https://docs.rs/tea-orm/latest/tea-orm" readme = "README.md" keywords = [ "database", "testing", "test", "sea-orm", "sea_orm", ] categories = [ "database", "development-tools::testing", ] license = "MIT" repository = "https://github.com/JosephLenton/tea-orm" [lib] name = "tea_orm" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.log] version = "0.4" features = ["serde"] [dependencies.names] version = "0.14.0" [dependencies.sea-orm] version = "1.0" features = [ "debug-print", "sqlx-postgres", ] [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tokio] version = "1.31" features = ["macros"] [features] default = ["runtime-tokio-rustls"] runtime-actix-native-tls = ["sea-orm/runtime-actix-native-tls"] runtime-actix-rustls = ["sea-orm/runtime-actix-rustls"] runtime-async-std-native-tls = ["sea-orm/runtime-async-std-native-tls"] runtime-async-std-rustls = ["sea-orm/runtime-async-std-rustls"] runtime-tokio-native-tls = ["sea-orm/runtime-tokio-native-tls"] runtime-tokio-rustls = ["sea-orm/runtime-tokio-rustls"]