# 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 = "rocket_sqlx_migrator" version = "0.2.0" 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." homepage = "https://greensiren.co.uk/rocket_sqlx_migrator" readme = "README.md" keywords = [ "databases", "web", "rocket", "sqlx", ] categories = [ "database", "web-programming", ] license-file = "LICENSE" repository = "https://gitlab.com/RuboGubo/rocket_sqlx_migrator" [dependencies.rocket] version = "0.5.1" [dependencies.rocket_db_pools] version = "0.2.0" [dependencies.sqlx] version = "0.7.4" features = ["macros"]