[dependencies.calamine]
optional = true
version = "0.29"
[dependencies.polars]
features = ["lazy"]
version = "0.46"
[dependencies.thiserror]
version = "2"
[dev-dependencies.tempfile]
version = "3"
[features]
csv = []
default = ["csv", "excel"]
excel = ["dep:calamine"]
[lib]
name = "dataload"
path = "src/lib.rs"
[package]
authors = ["Rojin rojin.woeser@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "data-structures"]
description = "A flexible data loading library for CSV and Excel files with automatic delimiter detection"
documentation = "https://docs.rs/dataload"
edition = "2024"
keywords = ["csv", "excel", "dataframe", "polars", "data"]
license = "Apache-2.0"
name = "dataload"
readme = "README.md"
repository = "https://github.com/OneThing98/dataload"
rust-version = "1.85"
version = "0.1.0"