flyway 0.3.0

Main crate of the Flyway-rs project. Includes `migrations` macro and the `MigrationRunner`
Documentation
[dependencies.async-trait]
version = "0.1.64"

[dependencies.flyway-codegen]
features = ["debug_mode"]
version = "0.2.2"

[dependencies.flyway-sql-changelog]
version = "0.2.2"

[dependencies.log]
version = "0.4.17"

[package]
authors = ["tdcare <tzw@tdcare.cn>"]
description = "Main crate of the Flyway-rs project. Includes `migrations` macro and the `MigrationRunner`"
edition = "2021"
exclude = ["examples"]
homepage = "https://github.com/tdcare/flyway-rs"
license = "MIT"
name = "flyway"
readme = "README.md"
repository = "https://github.com/tdcare/flyway-rs"
resolver = "1"
version = "0.3.0"