# 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" rust-version = "1.75" name = "pyo3-arrow" version = "0.5.1" authors = ["Kyle Barron "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Arrow integration for pyo3." readme = "README.md" keywords = [ "python", "arrow", ] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/kylebarron/arro3" [lib] name = "pyo3_arrow" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.arrow] version = "53" features = [ "ffi", "ffi", "chrono-tz", ] [dependencies.arrow-array] version = "53" [dependencies.arrow-buffer] version = "53" [dependencies.arrow-schema] version = "53" [dependencies.half] version = "2" [dependencies.indexmap] version = "2" [dependencies.numpy] version = "0.22" features = ["half"] [dependencies.pyo3] version = "0.22" features = [ "macros", "indexmap", "chrono", "indexmap", ] [dependencies.thiserror] version = "1" [dev-dependencies.arrow-select] version = "53" [features] buffer_protocol = [] default = ["buffer_protocol"]