rusty-haystack-core 0.6.0

Core types, codecs, and data structures for Project Haystack
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"
rust-version = "1.93"
name = "rusty-haystack-core"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, codecs, and data structures for Project Haystack"
readme = false
keywords = [
    "haystack",
    "iot",
    "building-automation",
    "smart-buildings",
]
categories = [
    "encoding",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/jscott3201/rusty-haystack"
resolver = "2"

[features]
arrow = ["dep:arrow"]
haystack-serde = []

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

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

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

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.arrow]
version = "55"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.crc32fast]
version = "1"

[dependencies.dashmap]
version = "6"

[dependencies.hmac]
version = "0.12"

[dependencies.indexmap]
version = "2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pbkdf2]
version = "0.12"
features = ["simple"]

[dependencies.rand]
version = "0.10"

[dependencies.rayon]
version = "1.11"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.slotmap]
version = "1.1"

[dependencies.smallvec]
version = "1.15"
features = ["serde"]

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

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

[dependencies.zeroize]
version = "1"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.10"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.test-case]
version = "3"