# 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-readlines" version = "0.2.1" authors = ["Misaki Kasumi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A util for fast reading lines of files into Polars" readme = "README.md" license = "BSL-1.0" repository = "https://github.com/ruihe774/polars-readlines" [lib] name = "polars_readlines" path = "src/lib.rs" [dependencies.arrow-buffer] version = ">=52" [dependencies.memchr] version = "2.7" [dependencies.memmap2] version = "0.9.0" [dependencies.polars] version = "0.42.0" default-features = false [dependencies.polars-arrow] version = "0.42.0" features = ["arrow_rs"] [dependencies.pyo3] version = "0.22.0" features = [ "extension-module", "abi3-py38", "generate-import-lib", ] optional = true [dependencies.pyo3-polars] version = "0.16.0" optional = true [features] python = [ "pyo3", "pyo3-polars", ]