# 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.62" name = "arrow-data" version = "52.1.0" authors = ["Apache Arrow "] include = [ "benches/*.rs", "src/**/*.rs", "Cargo.toml", ] description = "Array data abstractions for Apache Arrow" homepage = "https://github.com/apache/arrow-rs" keywords = ["arrow"] license = "Apache-2.0" repository = "https://github.com/apache/arrow-rs" [package.metadata.docs.rs] features = ["ffi"] [lib] name = "arrow_data" path = "src/lib.rs" bench = false [dependencies.arrow-buffer] version = "52.1.0" [dependencies.arrow-schema] version = "52.1.0" [dependencies.half] version = "2.1" default-features = false [dependencies.num] version = "0.4" features = ["std"] default-features = false [dev-dependencies] [build-dependencies] [features] ffi = ["arrow-schema/ffi"] force_validate = []