# 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 = "2018" name = "asyncmigrate" version = "0.2.0" authors = ["OKAMURA, Yasunobu "] description = "database migration with async support" homepage = "https://github.com/informationsea/asyncmigrate-rs" readme = "README.md" keywords = [ "database", "migration", "postgresql", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/informationsea/asyncmigrate-rs" [dependencies.async-trait] version = "0.1" [dependencies.lazy_static] version = "1" [dependencies.mysql_async] version = "0.30" optional = true [dependencies.regex] version = "1" [dependencies.rust-embed] version = "6" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.19" features = [ "io-util", "macros", "rt", ] [dependencies.tokio-postgres] version = "0.7" optional = true [dev-dependencies.tokio] version = "1.19" features = ["full"] [features] async-mysql = ["mysql_async"] async-postgres = ["tokio-postgres"] default = ["async-postgres"]