vantage-csv 0.4.2

Vantage extension for CSV files
Documentation
[package]
edition = "2024"
name = "vantage-csv"
version = "0.4.2"
license = "MIT OR Apache-2.0"
authors = ["Romans Malinovskis <me@nearly.guru>"]
description = "Vantage extension for CSV files"
homepage = "https://romaninsh.github.io/vantage"
repository = "https://github.com/romaninsh/vantage"

[dependencies]
async-trait = "0.1"
csv = "1.4"
paste = "1.0"
indexmap = { version = "2", features = ["serde"] }
serde_json = { version = "1", features = ["preserve_order"] }
vantage-core = { version = "0.4", path = "../vantage-core" }
vantage-dataset = { version = "0.4.1", path = "../vantage-dataset" }
vantage-expressions = { version = "0.4", path = "../vantage-expressions" }
vantage-table = { version = "0.4.2", path = "../vantage-table" }
vantage-types = { version = "0.4", path = "../vantage-types", features = ["serde"] }

[dev-dependencies]
tokio = { version = "1.48", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }