migrant 0.10.2

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

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

[dependencies.migrant_lib]
version = "0.15"

[dependencies.self_update]
version = "0.4"
optional = true

[features]
default = []
postgresql = ["migrant_lib/postgresql"]
sqlite = ["migrant_lib/sqlite"]
update = ["self_update"]