[dependencies.byteorder]
version = "1.5"
[dependencies.bzip2]
version = "0.5"
[dependencies.flate2]
version = "1.0"
[dependencies.smallvec]
version = "1.13"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies]
[lib]
name = "rds2rust"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A pure Rust library for reading and writing R's RDS (R Data Serialization) files without requiring an R runtime."
edition = "2021"
license = "MIT"
name = "rds2rust"
readme = "README.md"
version = "0.1.0"
[[test]]
name = "attribute_tests"
path = "tests/attribute_tests.rs"
[[test]]
name = "basic_types_tests"
path = "tests/basic_types_tests.rs"
[[test]]
name = "closure_tests"
path = "tests/closure_tests.rs"
[[test]]
name = "dataframe_tests"
path = "tests/dataframe_tests.rs"
[[test]]
name = "expression_tests"
path = "tests/expression_tests.rs"
[[test]]
name = "factor_tests"
path = "tests/factor_tests.rs"
[[test]]
name = "formula_tests"
path = "tests/formula_tests.rs"
[[test]]
name = "language_tests"
path = "tests/language_tests.rs"
[[test]]
name = "list_tests"
path = "tests/list_tests.rs"
[[test]]
name = "promise_tests"
path = "tests/promise_tests.rs"
[[test]]
name = "ref_tracking_tests"
path = "tests/ref_tracking_tests.rs"
[[test]]
name = "s3_tests"
path = "tests/s3_tests.rs"
[[test]]
name = "s4_tests"
path = "tests/s4_tests.rs"