migra 1.0.0

Migra is a simple library for managing SQL in your application
Documentation
# 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]
edition = "2018"
name = "migra"
version = "1.0.0"
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
description = "Migra is a simple library for managing SQL in your application"
homepage = "https://github.com/pleshevskiy/migra"
readme = "README.md"
keywords = ["migration", "sql", "manager"]
categories = ["accessibility", "database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pleshevskiy/migra"
[dependencies.mysql]
version = "20.1"
optional = true

[dependencies.postgres]
version = "0.19"
optional = true

[dependencies.rusqlite]
version = "0.25"
optional = true

[features]
default = ["postgres"]
sqlite = ["rusqlite"]