[package]
name = "rds2rust"
version = "0.1.21"
edition = "2021"
license = "MIT"
description = "A pure Rust library for reading and writing R's RDS (R Data Serialization) files without requiring an R runtime."
[dependencies]
byteorder = "1.5"
thiserror = "2.0"
flate2 = "1.0"
bzip2 = "0.5"
smallvec = "1.13"
indexmap = "2.0"
[dev-dependencies]