# 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 = "polars-mongo" version = "0.2.0" authors = ["universalmind303 "] description = "Connector to read polars dataframes from mongodb collections" readme = "README.md" keywords = [ "dataframe", "query-engine", "arrow", "polars", "database", ] license = "MIT" repository = "https://github.com/universalmind303/polars-mongo/" [profile.release] lto = "fat" [lib] crate-type = ["lib"] [dependencies.mongodb] version = "2.2.1" features = ["sync"] default-features = false [dependencies.num] version = "^0.4" [dependencies.polars] version = "0.24.0" features = [ "lazy", "dtype-full", ] [dependencies.polars-core] version = "0.24.0" [dependencies.polars-time] version = "0.24.0" [dependencies.serde] version = "1.0.137" features = [ "derive", "rc", ] optional = true