migrant 0.9.6

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

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

[dependencies.clap]
version = "2"

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

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