# 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 = "rmmm" version = "0.2.2" authors = ["James Brown "] description = "Rust MySQL Migration Manager" readme = "README.md" keywords = ["database", "mysql", "schema"] categories = ["command-line-utilities", "database", "development-tools"] license = "ISC" repository = "https://github.com/EasyPost/rmmm" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.1" features = ["std", "color", "suggestions", "cargo", "env", "wrap_help"] [dependencies.derive_more] version = "0.99" [dependencies.fern] version = "0.6" features = ["colored"] [dependencies.flate2] version = "1" features = ["zlib"] default_features = false [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.mysql] version = "22" default_features = false [dependencies.mysql_common] version = "^0.28" features = ["time03"] default_features = false [dependencies.once_cell] version = "1" [dependencies.regex] version = "1" [dependencies.tabled] version = "0.5" [dependencies.tempfile] version = "3" [features] default = ["uuid"] native-tls = ["mysql/native-tls"] rustls-tls = ["mysql/rustls-tls"] uuid = ["mysql_common/uuid"]