# 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 = "assert-migrator-reversible" version = "6.2.0" authors = ["josephlenton@gmail.com "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "For testing if Sea Orm Migrators are reversible" documentation = "https://docs.rs/assert-migrator-reversible/latest/assert-migrator-reversible" readme = "README.md" keywords = [ "database", "testing", "test", "sea-orm", "sea_orm", ] categories = [ "database", "development-tools::testing", ] license = "MIT" repository = "https://github.com/JosephLenton/assert-migrator-reversible" [lib] name = "assert_migrator_reversible" path = "src/lib.rs" [[test]] name = "sql_tests" path = "tests/sql_tests/main.rs" [dependencies.sea-orm-migration] version = "1.0" features = [ "sqlx-sqlite", "sqlx-postgres", ] [dependencies.tokio] version = "1.40" features = [ "rt", "time", ] optional = true [dev-dependencies.panic-message] version = "0.3" [features] default = [ "tokio", "runtime-tokio-rustls", ] runtime-actix-native-tls = ["sea-orm-migration/runtime-actix-native-tls"] runtime-actix-rustls = ["sea-orm-migration/runtime-actix-rustls"] runtime-async-std-native-tls = ["sea-orm-migration/runtime-async-std-native-tls"] runtime-async-std-rustls = ["sea-orm-migration/runtime-async-std-rustls"] runtime-tokio-native-tls = ["sea-orm-migration/runtime-tokio-native-tls"] runtime-tokio-rustls = ["sea-orm-migration/runtime-tokio-rustls"] tokio = ["dep:tokio"]