# 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-cli" 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.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.asyncmigrate] version = "0.2" [dependencies.clap] version = "2" [dependencies.rpassword] version = "4" [dependencies.rustyline] version = "6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-postgres] version = "0.7"