[package] name = "dbdump" version = "0.2.5" authors = ["yuchunzhou "] edition = "2018" keywords = ["cli"] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/yuchunzhou/dbdump" homepage = "https://github.com/yuchunzhou/dbdump" description = "A database dump tool" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.0.0-beta.5", features = ["yaml"] } hex = "0.4.3" csv = "1.1.6" simple_excel_writer = "0.1.9" sqlite = "0.26.0" mysql = "21.0.2" postgres = "0.19.2"