vantage-csv 0.4.7

Vantage extension for CSV files
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "vantage-csv"
version = "0.4.7"
authors = ["Romans Malinovskis <me@nearly.guru>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vantage extension for CSV files"
homepage = "https://romaninsh.github.io/vantage"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/romaninsh/vantage"
resolver = "2"

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

[lib]
name = "vantage_csv"
path = "src/lib.rs"

[[test]]
name = "vista"
path = "tests/vista.rs"

[[test]]
name = "vista_yaml"
path = "tests/vista_yaml.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.ciborium]
version = "0.2"
features = ["std"]

[dependencies.csv]
version = "1.4"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.paste]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.vantage-core]
version = "0.4"

[dependencies.vantage-dataset]
version = "0.4.1"

[dependencies.vantage-expressions]
version = "0.4"

[dependencies.vantage-table]
version = "0.4.4"

[dependencies.vantage-types]
version = "0.4"
features = ["serde"]

[dependencies.vantage-vista]
version = "0.4.3"
optional = true

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_yaml_ng]
version = "0.10"

[dev-dependencies.tokio]
version = "1.48"
features = ["full"]

[dev-dependencies.vantage-vista]
version = "0.4.3"