vantage-dataset 0.4.2

Dataset traits for the Vantage data framework
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-dataset"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dataset traits for the Vantage data framework"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/romaninsh/vantage"
resolver = "2"

[lib]
name = "vantage_dataset"
path = "src/lib.rs"
doctest = false

[[example]]
name = "csv"
path = "examples/csv.rs"

[[example]]
name = "im"
path = "examples/im.rs"

[[example]]
name = "queue"
path = "examples/queue.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-stream]
version = "0.3"

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

[dependencies.csv]
version = "1.4.0"

[dependencies.futures-core]
version = "0.3"

[dependencies.indexmap]
version = "2.12.0"

[dependencies.paste]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.uuid]
version = "1.18.1"
features = ["v4"]

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

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

[dev-dependencies.anyhow]
version = "1.0"

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

[dev-dependencies.serde_json]
version = "1.0"

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