# 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 = "sqlite2mongo" version = "0.3.0" authors = ["Junfeng Liu "] description = "Import sqlite database to mongodb." readme = "README.md" keywords = ["MongoDB", "Sqlite"] categories = ["database"] license = "MIT" repository = "https://github.com/J-F-Liu/sqlite2mongo.git" [dependencies.anyhow] version = "1.0.40" [dependencies.async-std] version = "1.9.0" features = ["attributes"] [dependencies.heck] version = "0.4.0" [dependencies.mongodb] version = "2.1" features = ["async-std-runtime", "bson-chrono-0_4"] default-features = false [dependencies.sqlx] version = "0.5.11" features = ["runtime-async-std-native-tls", "chrono", "sqlite"] [dependencies.structopt] version = "0.3.21"