# 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.14.0" authors = ["James Kominick "] exclude = ["/ci/*", "/migrations/*", "/db/*", "Migrant.toml", ".travis.yml"] description = "CLI Database migration management for postgres, sqlite, mysql" readme = "README.md" keywords = ["database", "migration", "postgres", "sqlite", "mysql"] categories = ["command-line-utilities", "database", "development-tools"] license = "MIT" repository = "https://github.com/jaemk/migrant" [dependencies.clap] version = "2" [dependencies.dotenv] version = "0.14" [dependencies.error-chain] version = "0.12" [dependencies.migrant_lib] version = "0.32" [dependencies.rusqlite] version = "0.24" features = ["bundled"] optional = true [dependencies.self_update] version = "0.26" optional = true [dev-dependencies.assert_cli] version = "0.6" [features] default = [] integration_tests = [] mysql = ["migrant_lib/d-mysql"] postgres = ["migrant_lib/d-postgres"] sqlite = ["migrant_lib/d-sqlite", "rusqlite"] update = ["self_update"]