polydat-core 0.3.2

Polydat runtime: value model, graph compiler, execution engines, kernels
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 = "polydat-core"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Polydat runtime: value model, graph compiler, execution engines, kernels"
homepage = "https://github.com/nosqlbench/polydat"
documentation = "https://docs.rs/polydat-core"
readme = "README.md"
keywords = [
    "nosqlbench",
    "workload",
    "benchmark",
    "data-generation",
]
categories = ["simulation"]
license = "Apache-2.0"
repository = "https://github.com/nosqlbench/polydat"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["jit"]
jit = [
    "dep:cranelift-jit",
    "dep:cranelift-module",
    "dep:cranelift-codegen",
    "dep:cranelift-frontend",
    "dep:cranelift-native",
]
vectordata = [
    "dep:vectordata",
    "dep:tokio",
]

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

[dependencies.base64]
version = "0.22"

[dependencies.cranelift-codegen]
version = "0.116"
optional = true

[dependencies.cranelift-frontend]
version = "0.116"
optional = true

[dependencies.cranelift-jit]
version = "0.116"
optional = true

[dependencies.cranelift-module]
version = "0.116"
optional = true

[dependencies.cranelift-native]
version = "0.116"
optional = true

[dependencies.data-encoding]
version = "2"

[dependencies.half]
version = "2"

[dependencies.indexmap]
version = "2"

[dependencies.inventory]
version = "0.3.24"

[dependencies.paste]
version = "1"

[dependencies.polydat-derive]
version = "0.3.0"

[dependencies.polydat-grammar]
version = "0.3.0"

[dependencies.regex]
version = "1"

[dependencies.ryu]
version = "1"

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

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

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]
optional = true

[dependencies.vectordata]
version = "1.2"
optional = true

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]