vantage-csv 0.5.3

Vantage extension for CSV files
Documentation
[package]
edition = "2024"
name = "vantage-csv"
version = "0.5.3"
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"

[features]
default = []
vista = ["dep:vantage-vista", "dep:serde"]

[dependencies]
async-trait = "0.1"
ciborium = { version = "0.2", features = ["std"] }
csv = "1.4"
paste = "1.0"
indexmap = { version = "2", features = ["serde"] }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1", features = ["preserve_order"] }
vantage-core = { version = "0.5", path = "../vantage-core" }
vantage-dataset = { version = "0.5", path = "../vantage-dataset" }
vantage-expressions = { version = "0.5", path = "../vantage-expressions" }
vantage-table = { version = "0.5", path = "../vantage-table" }
vantage-types = { version = "0.5", path = "../vantage-types", features = ["serde"] }
vantage-vista = { version = "0.5", path = "../vantage-vista", optional = true }

[dev-dependencies]
tokio = { version = "1.52", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_yaml_ng = "0.10"
vantage-vista = { version = "0.5", path = "../vantage-vista" }