76 lines
1.6 KiB
TOML
76 lines
1.6 KiB
TOML
# 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 = "2024"
|
|
rust-version = "1.85"
|
|
name = "arrow-select"
|
|
version = "57.3.1"
|
|
authors = ["Apache Arrow <dev@arrow.apache.org>"]
|
|
build = false
|
|
include = [
|
|
"benches/*.rs",
|
|
"src/**/*.rs",
|
|
"Cargo.toml",
|
|
"LICENSE.txt",
|
|
"NOTICE.txt",
|
|
]
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Selection kernels for arrow arrays"
|
|
homepage = "https://github.com/apache/arrow-rs"
|
|
readme = false
|
|
keywords = ["arrow"]
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/apache/arrow-rs"
|
|
resolver = "2"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[lib]
|
|
name = "arrow_select"
|
|
path = "src/lib.rs"
|
|
bench = false
|
|
|
|
[dependencies.ahash]
|
|
version = "0.8"
|
|
default-features = false
|
|
|
|
[dependencies.arrow-array]
|
|
version = "57.3.1"
|
|
|
|
[dependencies.arrow-buffer]
|
|
version = "57.3.1"
|
|
|
|
[dependencies.arrow-data]
|
|
version = "57.3.1"
|
|
|
|
[dependencies.arrow-schema]
|
|
version = "57.3.1"
|
|
|
|
[dependencies.num-traits]
|
|
version = "0.2.19"
|
|
features = ["std"]
|
|
default-features = false
|
|
|
|
[dev-dependencies.rand]
|
|
version = "0.9"
|
|
features = [
|
|
"std",
|
|
"std_rng",
|
|
"thread_rng",
|
|
]
|
|
default-features = false
|