vantage-table 0.4.8

Table, Column, and operation 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-table"
version = "0.4.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Table, Column, and operation 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_table"
path = "src/lib.rs"
doctest = false

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

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

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

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

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

[dependencies.indexmap]
version = "2.12"

[dependencies.mockall]
version = "0.12"

[dependencies.paste]
version = "1.0"

[dependencies.rust_decimal]
version = "1.39.0"
features = [
    "macros",
    "serde",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.48"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
]

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

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

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

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

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

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

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

[dev-dependencies.surreal-client]
version = "0.4"

[dev-dependencies.tokio]
version = "1.48"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
]

[dev-dependencies.url]
version = "2.5"
features = ["serde"]

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