# 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 = "migratour" version = "0.1.1" authors = ["Kshitij Gang "] description = "A very simple database migration tool" homepage = "https://github.com/ThunderGod77/migratour" readme = "README.md" keywords = [ "cli", "database", "migration", "postgres", "mysql", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/ThunderGod77/migratour" [dependencies.async-trait] version = "0.1.73" [dependencies.futures] version = "0.3.28" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sqlx] version = "0.7" features = [ "runtime-tokio", "tls-rustls", "postgres", "mysql", "sqlite", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.7.6"