[package] name = "rocket_sqlx_migrator" version = "0.2.0" license-file="LICENSE" description = "This crate works with the `rocket` web framework and `rocket_db_pools` to automatically run migrations on startup using a faring and some generic type magic." repository = "https://gitlab.com/RuboGubo/rocket_sqlx_migrator" homepage = "https://greensiren.co.uk/rocket_sqlx_migrator" edition = "2021" keywords = ["databases", "web", "rocket", "sqlx"] categories = ["database", "web-programming"] [dependencies] rocket = "0.5.1" rocket_db_pools = "0.2.0" sqlx = { version = "0.7.4", features = ["macros"] }