# 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 = "2018" name = "dbdump" version = "0.2.5" authors = ["yuchunzhou "] description = "A database dump tool" homepage = "https://github.com/yuchunzhou/dbdump" keywords = ["cli"] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/yuchunzhou/dbdump" [dependencies.clap] version = "3.0.0-beta.5" features = ["yaml"] [dependencies.csv] version = "1.1.6" [dependencies.hex] version = "0.4.3" [dependencies.mysql] version = "21.0.2" [dependencies.postgres] version = "0.19.2" [dependencies.simple_excel_writer] version = "0.1.9" [dependencies.sqlite] version = "0.26.0"