# 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 = "nb3_import" version = "1.1.2" authors = ["郑瑞召 "] description = "import nb3 file to mysql database with out navicat" homepage = "https://github.com/konanzheng/nb3_import" documentation = "https://github.com/konanzheng/nb3_import" keywords = [ "mysql", "nb3", "util", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/konanzheng/nb3_import" resolver = "2" [dependencies.flate2] version = "1.0.24" [dependencies.progress] version = "0.2" [dependencies.serde_json] version = "1" [dependencies.simple-log] version = "1.5.1" [dependencies.sqlx] version = "0.5.13" features = [ "mysql", "runtime-tokio-rustls", "macros", "chrono", ] [dependencies.tar] version = "0.4.38" [dependencies.tokio] version = "1" features = ["full"]