# 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] edition = "2021" name = "midas" version = "0.6.7" authors = ["Edward Fitz Abucay gh:@ffimnsr"] build = false exclude = [".gitignore"] autobins = false autoexamples = false autotests = false autobenches = false description = "Do painless migration 🦀" homepage = "https://github.com/ffimnsr/midas" readme = "README.md" keywords = [ "sql", "database", "command-line", "migrate", "cli", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ffimnsr/midas" [package.metadata.deb] assets = [ [ "target/release/midas", "usr/bin/", "755", ], [ "target/release/cargo-migrate", "usr/bin/", "755", ], [ "COPYRIGHT", "usr/share/doc/midas/", "644", ], [ "LICENSE-MIT", "usr/share/doc/midas/", "644", ], [ "LICENSE-APACHE", "usr/share/doc/midas/", "644", ], [ "README.md", "usr/share/doc/midas/README", "644", ], ] maintainer = "Edward Fitz Abucay gh:@ffimnsr" name = "midas" section = "utility" [[bin]] name = "cargo-migrate" path = "src/main.rs" [[bin]] name = "midas" path = "src/midas.rs" [dependencies.clap] version = "4.5" features = ["string"] [dependencies.dotenv] version = "0.15" [dependencies.indoc] version = "2" [dependencies.log] version = "0.4" [dependencies.mysql] version = "25.0" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.postgres] version = "0.19" [dependencies.regex] version = "1.10" [dependencies.rusqlite] version = "0.32" features = ["bundled"] [dependencies.tracing] version = "0.1" [dependencies.tracing-attributes] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-subscriber] version = "0.2" features = ["tracing-log"] [dependencies.url] version = "2.5" [dev-dependencies.tempfile] version = "3.12"