diesel_cli 1.4.0

Provides the CLI for the Diesel crate
# 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 = "diesel_cli"
version = "1.4.0"
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
autotests = false
description = "Provides the CLI for the Diesel crate"
homepage = "https://diesel.rs"
documentation = "https://diesel.rs/guides/getting-started"
readme = "README.md"
keywords = ["diesel", "migrations", "cli"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/diesel-rs/diesel"

[[bin]]
name = "diesel"
path = "src/main.rs"

[[test]]
name = "tests"
[dependencies.barrel]
version = "<= 0.2.0"
features = ["diesel-filled"]
optional = true

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2.27"

[dependencies.diesel]
version = "~1.4.0"
default-features = false

[dependencies.dotenv]
version = ">=0.8, <0.11"

[dependencies.libsqlite3-sys]
version = ">=0.8.0, <0.13.0"
features = ["min_sqlite_version_3_7_16"]
optional = true

[dependencies.migrations_internals]
version = "~1.4.0"

[dependencies.serde]
version = "1.0.0"
features = ["derive"]

[dependencies.tempfile]
version = "3.0.0"

[dependencies.toml]
version = "0.4.6"

[dependencies.url]
version = "1.4.0"
optional = true
[dev-dependencies.difference]
version = "1.0"

[dev-dependencies.regex]
version = "0.2"

[dev-dependencies.tempdir]
version = "0.3.4"

[dev-dependencies.url]
version = "1.4.0"

[features]
barrel-migrations = ["migrations_internals/barrel", "barrel"]
default = ["postgres", "sqlite", "mysql"]
mysql = ["diesel/mysql", "url", "uses_information_schema"]
postgres = ["diesel/postgres", "url", "uses_information_schema"]
sqlite = ["diesel/sqlite"]
sqlite-bundled = ["sqlite", "libsqlite3-sys/bundled"]
uses_information_schema = []
[badges.appveyor]
repository = "diesel-rs/diesel"

[badges.travis-ci]
repository = "diesel-rs/diesel"