# 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 = "rust_mysqldump" version = "0.1.1" authors = ["Tom Shaw "] description = "A command-line application for quickly backing up your MySQL databases." homepage = "https://github.com/tomshaw/rust-mysqldump" documentation = "https://docs.rs/rust_mysqldump" readme = "README.md" license = "MIT" repository = "https://github.com/tomshaw/rust-mysqldump" [dependencies.cli-table] version = "0.4.7" [dependencies.colored] version = "2.0.4" [dependencies.dotenv] version = "0.15.0" [dependencies.mysql] version = "24.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.zip] version = "0.5"