sample-arrow-rs 55.2.0

Samplers for arrow-rs for use with sample-test
Documentation
# 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 = "sample-arrow-rs"
version = "55.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Samplers for arrow-rs for use with sample-test"
readme = "README.md"
license = "Apache-2.0"

[lib]
name = "sample_arrow_rs"
path = "src/lib.rs"

[[test]]
name = "array"
path = "tests/array.rs"

[[test]]
name = "chunk"
path = "tests/chunk.rs"

[[test]]
name = "fixed_size_list"
path = "tests/fixed_size_list.rs"

[dependencies.arrow-array]
version = "55.2.0"

[dependencies.arrow-buffer]
version = "55.2.0"

[dependencies.arrow-data]
version = "55.2.0"

[dependencies.arrow-schema]
version = "55.2.0"

[dependencies.sample-std]
version = "0.2"

[dev-dependencies.lazy_static]
version = "1.4"

[dev-dependencies.quickcheck]
version = "1.0"

[dev-dependencies.sample-test]
version = "0.2"