[package] name = "nb3_import" version = "1.1.2" edition = "2021" authors = ["郑瑞召 "] license = "MIT OR Apache-2.0" homepage = "https://github.com/konanzheng/nb3_import" repository = "https://github.com/konanzheng/nb3_import" documentation = "https://github.com/konanzheng/nb3_import" description = "import nb3 file to mysql database with out navicat" keywords = ["mysql", "nb3", "util"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sqlx={version="0.5.13",features=["mysql","runtime-tokio-rustls","macros","chrono"]} tokio = { version = "1", features = ["full"] } simple-log = "1.5.1" serde_json = "1" progress = "0.2" tar = "0.4.38" flate2 = "1.0.24"