# 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 = "renovate" version = "0.2.23" description = """ A new way to handle Postgres schema migration. """ homepage = "https://github.com/tyrchen/renovate" documentation = "https://docs.rs/renovate" readme = "README.md" keywords = [ "database", "postgres", "migration", ] categories = ["database"] license = "MIT" repository = "https://github.com/tyrchen/renovate" [lib] name = "renovate" path = "src/lib.rs" [[bin]] name = "renovate" path = "src/main.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.async-process] version = "1.6.0" [dependencies.async-trait] version = "0.1.60" [dependencies.atty] version = "0.2.14" [dependencies.clap-utils] version = "0.3.0" features = ["highlight"] optional = true [dependencies.console] version = "0.15.4" [dependencies.derivative] version = "2.2.0" [dependencies.git2] version = "0.15.0" default-features = false [dependencies.glob] version = "0.3.0" [dependencies.indexmap] version = "1.9.2" [dependencies.itertools] version = "0.10.5" [dependencies.nom] version = "7.1.2" [dependencies.pg_query] version = "0.7.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_yaml] version = "0.9.16" [dependencies.similar] version = "2.2.1" features = ["inline"] [dependencies.sqlformat] version = "0.2.0" [dependencies.sqlx] version = "0.6.2" features = [ "postgres", "runtime-tokio-rustls", ] [dependencies.tokio] version = "1.23.1" features = [ "fs", "rt", "macros", "rt-multi-thread", "tracing", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.url] version = "2.3.1" [dependencies.uuid] version = "1.2.2" features = ["v4"] [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.trycmd] version = "0.14.10" [features] cli = ["clap-utils"] cli-test = [] default = ["cli"]