# 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 = "mongodb-arrow-connector" version = "0.7.0" description = "MongoDB connector that reads and writes data to/from Apache Arrow" readme = "README.md" keywords = ["apache-arrow", "mongodb"] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/TheDataEngine/mongodb-arrow-connector/" resolver = "2" [dependencies.arrow] version = ">= 7, < 13" default-features = false [dependencies.async-stream] version = "0.3" [dependencies.bson] version = "2" [dependencies.futures-util] version = "0.3" [dependencies.mongodb] version = "2" [dev-dependencies.arrow] version = ">= 7, < 13" features = ["csv"] default-features = false [dev-dependencies.tokio] version = "1" features = ["macros"]