polars-buffer 0.53.0

Data buffers for the Polars DataFrame library
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 = "2024"
name = "polars-buffer"
version = "0.53.0"
authors = ["Ritchie Vink <ritchie46@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data buffers for the Polars DataFrame library"
homepage = "https://www.pola.rs/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/pola-rs/polars"
resolver = "2"

[features]
nightly = []
serde = ["dep:serde"]

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

[dependencies.bytemuck]
version = "1.22"
features = [
    "derive",
    "extern_crate_alloc",
]

[dependencies.either]
version = "1.14"

[dependencies.serde]
version = "1.0.188"
features = [
    "derive",
    "rc",
]
optional = true

[dev-dependencies]

[build-dependencies.version_check]
version = "0.9.4"

[lints.clippy]
collapsible_if = "allow"