flyway-codegen 0.7.0

Flyway-rs project, Database change control,similar to flyway in Java
Documentation
[package]

name = "flyway-codegen"

description.workspace=true

authors.workspace = true

edition.workspace = true

homepage.workspace = true

license.workspace = true

repository.workspace = true

version.workspace = true

#readme = "README.md"

exclude = [

    "examples"

]



[lib]

proc-macro = true



[features]

debug_mode=[]





[dependencies]

#flyway-sql-changelog={path = "../flyway-sql-changelog"}

flyway-sql-changelog= {workspace = true}



syn={version = "1.0.98",features = [ "full" ]}



quote={version = "1.0.20"}





proc-macro2={version = "1.0.40"}



serde={version = "1.0.152",features = ["derive"]}