[package]
edition = "2024"
name = "petaplot-core"
version = "0.1.0"
authors = ["Fidel Echevarria <contact@petaplot.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless data engine, SIMD decimation, and LOD pyramid builder for PetaPlot."
homepage = "https://petaplot.dev"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/petaplot/petaplot"
resolver = "2"
[lib]
name = "petaplot_core"
path = "src/lib.rs"
[[bench]]
name = "simd_decimation"
path = "benches/simd_decimation.rs"
harness = false
[dependencies.arrow-array]
version = "53.0"
[dependencies.arrow-schema]
version = "53.0"
[dependencies.bytemuck]
version = "1.18"
features = ["derive"]
[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.memmap2]
version = "0.9"
[dependencies.rayon]
version = "1.10"
[dependencies.thiserror]
version = "2.0"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]