[package] name = "db-up-sql-changelog" version = "0.2.0" edition = "2021" license = "BSD-3-Clause" # license-file = "../LICENSE.txt" authors = ["Andreas Hubert "] description = "Part of db-up. Contains the ChangelogFile and corresponding iterator implementations." categories = ["database"] keywords = ["database", "sql", "migrations", "orm"] repository = "https://github.com/nanobot248/db-up" homepage = "https://github.com/nanobot248/db-up" documentation = "https://docs.rs/db-up-sql-changelog/latest/db_up_sql_changelog/" readme = "README.md" exclude = [ "examples" ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_yaml] version = "0.9.17"