[package] name = "bgm" version = "0.1.0" description = "Simple postgres migrator without support for down migration" authors = ["Jesper Axelsson "] edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md" homepage = "https://github.com/JesperAxelsson/blue-grouse-migrator" repository = "https://github.com/JesperAxelsson/blue-grouse-migrator" keywords = ["database", "postgres", "database-management", "migration"] categories = ["database", "command-line-utilities"] [dependencies] dotenv = "0.15" tokio = { version = "0.2", features = ["macros"] } sqlx = { version = "0.2", default-features = false, features = [ "runtime-tokio", "macros", "postgres" ] } futures="0.3" structopt = "0.3" chrono = "0.4" [badges] maintenance = { status = "passively-maintained" }