# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "dbmigrate" version = "0.4.0" authors = ["Vincent Prouillet "] description = "CLI tool to create and run database migrations. Postgres, MySQL supported." homepage = "https://github.com/Keats/dbmigrate" readme = "README.md" keywords = [ "database", "postgres", "migration", "sql", "mysql", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Keats/dbmigrate" [dependencies.clap] version = "2" features = [ "suggestions", "color", "unstable", ] default-features = false [dependencies.dbmigrate-lib] version = "0.2" default-features = false [dependencies.dotenv] version = "0.10" [dependencies.error-chain] version = "0.11" [dependencies.term] version = "0.4" [features] default = [ "postgres_support", "sqlite_support", "mysql_support", ] mysql_support = ["dbmigrate-lib/mysql_support"] postgres_support = ["dbmigrate-lib/postgres_support"] sqlite_support = ["dbmigrate-lib/sqlite_support"]