# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "refinery-migrations" version = "0.2.3" authors = ["Katharina Fey ", "João Oliveira "] description = "This crate should not be used directly, it is internaly related to Refinery" documentation = "https://docs.rs/refinery/" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-db/refinery" [dependencies.async-trait] version = "0.1" [dependencies.cfg-if] version = "=0.1.10" [dependencies.chrono] version = "0.4" [dependencies.lazy_static] version = "1.3" [dependencies.log] version = "0.4" [dependencies.mysql] version = "16.0" optional = true [dependencies.mysql_async] version = "0.21.1" optional = true [dependencies.postgres] version = "0.17" optional = true [dependencies.postgres-previous] version = "0.15" optional = true package = "postgres" [dependencies.regex] version = "1.1" [dependencies.rusqlite] version = "0.23" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" features = ["full"] optional = true [dependencies.tokio-postgres] version = "0.5.0" optional = true [dependencies.toml] version = "0.5.5" [dependencies.walkdir] version = "2.2" [dev-dependencies.tempfile] version = "3.1.0" [features] async = [] rusqlite-bundled = ["rusqlite", "rusqlite/bundled"] sync = []