migrant 0.13.0

CLI Database migration management for postgres, sqlite, mysql
# 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]
name = "migrant"
version = "0.13.0"
authors = ["James Kominick <james@kominick.com>"]
exclude = ["/ci/*", "/migrations/*", "/db/*", "Migrant.toml", ".travis.yml"]
description = "CLI Database migration management for postgres, sqlite, mysql"
readme = "README.md"
keywords = ["database", "migration", "postgres", "sqlite", "mysql"]
categories = ["command-line-utilities", "database", "development-tools"]
license = "MIT"
repository = "https://github.com/jaemk/migrant"
[dependencies.clap]
version = "2"

[dependencies.dotenv]
version = "0.14"

[dependencies.error-chain]
version = "0.12"

[dependencies.migrant_lib]
version = "0.26"

[dependencies.rusqlite]
version = "0.19"
features = ["bundled"]
optional = true

[dependencies.self_update]
version = "0.5"
optional = true
[dev-dependencies.assert_cli]
version = "0.6"

[features]
default = []
integration_tests = []
mysql = ["migrant_lib/d-mysql"]
postgres = ["migrant_lib/d-postgres"]
sqlite = ["migrant_lib/d-sqlite", "rusqlite"]
update = ["self_update"]