# 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 = "sea-migrations" version = "0.0.3" authors = ["Oscar Beaumont "] description = "Effortless database migrations for SeaORM!" license = "MIT" repository = "https://github.com/oscartbeaumont/sea-migrations" resolver = "2" [dependencies.async-trait] version = "0.1.51" [dependencies.sea-orm] version = "0.4.2" features = ["mock"] default-features = false [dev-dependencies.sea-orm] version = "0.4.2" features = ["sqlx-sqlite", "runtime-tokio-native-tls", "macros"] default-features = false [dev-dependencies.tokio] version = "1.13.0" features = ["macros", "rt-multi-thread"]