[package]
edition = "2024"
name = "polydat-nodes"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Polydat node library: hashing, sampling, strings, encodings, noise, vectors, and more"
homepage = "https://github.com/nosqlbench/polydat"
documentation = "https://docs.rs/polydat-nodes"
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 = ["polydat-core/jit"]
[lib]
name = "polydat_nodes"
path = "src/lib.rs"
doctest = false
[dependencies.base64]
version = "0.22"
[dependencies.data-encoding]
version = "2"
[dependencies.inventory]
version = "0.3.24"
[dependencies.md-5]
version = "0.10"
[dependencies.polydat-core]
version = "0.3.0"
default-features = false
[dependencies.polydat-derive]
version = "0.3.0"
[dependencies.regex]
version = "1"
[dependencies.serde_json]
version = "1"
features = ["preserve_order"]
[dependencies.sha2]
version = "0.10"
[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]