# 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-lib" version = "0.2.0" authors = ["Vincent Prouillet "] description = "Library to run database migrations. Postgres, MySQL, Sqlite 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.error-chain] version = "0.11" [dependencies.mysql] version = "12" optional = true [dependencies.native-tls] version = "0.2" optional = true [dependencies.postgres] version = "0.19.0" optional = true [dependencies.postgres-native-tls] version = "0.5.0" optional = true [dependencies.regex] version = "1" [dependencies.rusqlite] version = "0.14.0" optional = true [dependencies.url] version = "1" [dev-dependencies.tempdir] version = "0.3.4" [features] default = [ "postgres_support", "sqlite_support", "mysql_support", ] mysql_support = ["mysql"] postgres_support = [ "postgres", "postgres-native-tls", "native-tls", ] sqlite_support = ["rusqlite"]