embeddenator-testkit 0.21.0

Comprehensive testing utilities and performance benchmarking for embeddenator VSA operations
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 = "2021"
name = "embeddenator-testkit"
version = "0.21.0"
authors = ["Tyler Zervas <tz-dev@vectorweight.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Comprehensive testing utilities and performance benchmarking for embeddenator VSA operations"
documentation = "https://docs.rs/embeddenator-testkit"
readme = "README.md"
keywords = [
    "vsa",
    "testing",
    "benchmarking",
    "performance",
    "embeddenator",
]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/tzervas/embeddenator-testkit"

[features]
default = []
distributed = []
gpu = []
integration = [
    "embeddenator-fs",
    "embeddenator-retrieval",
    "embeddenator-io",
    "embeddenator-obs",
    "embeddenator-interop",
    "metrics",
    "tracing",
]
large-scale = ["embeddenator-fs"]
media-formats = [
    "image",
    "symphonia",
]
metrics = []
realworld-datasets = [
    "reqwest",
    "tokio",
    "flate2",
    "tar",
    "zip",
    "walkdir",
    "futures-util",
]
tracing = []

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

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

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

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

[[test]]
name = "cross_component_integration"
path = "tests/cross_component_integration.rs"
required-features = ["integration"]

[[test]]
name = "e2e_workflows"
path = "tests/e2e_workflows.rs"
required-features = ["integration"]

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

[[test]]
name = "format_conversion"
path = "tests/format_conversion.rs"
required-features = ["integration"]

[[test]]
name = "observability_integration"
path = "tests/observability_integration.rs"
required-features = ["integration"]

[[test]]
name = "performance_integration"
path = "tests/performance_integration.rs"
required-features = ["integration"]

[[bench]]
name = "integrated_workflows"
path = "benches/integrated_workflows.rs"
harness = false
required-features = ["integration"]

[[bench]]
name = "large_scale_operations"
path = "benches/large_scale_operations.rs"
harness = false
required-features = ["large-scale"]

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

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

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

[dependencies.anyhow]
version = ">=1.0, <2.0"

[dependencies.bincode]
version = ">=1.3, <2.0"

[dependencies.chrono]
version = ">=0.4, <1.0"
features = ["serde"]

[dependencies.criterion]
version = ">=0.5, <1.0"
features = ["html_reports"]

[dependencies.dirs]
version = ">=5.0, <6.0"

[dependencies.embeddenator-fs]
version = ">=0.23.0, <1.0.0"
optional = true

[dependencies.embeddenator-interop]
version = ">=0.22.0, <1.0.0"
optional = true

[dependencies.embeddenator-io]
version = ">=0.21.0, <1.0.0"
features = ["compression-zstd"]
optional = true

[dependencies.embeddenator-obs]
version = ">=0.21.0, <1.0.0"
features = [
    "metrics",
    "tracing",
]
optional = true

[dependencies.embeddenator-retrieval]
version = ">=0.21.0, <1.0.0"
optional = true

[dependencies.embeddenator-vsa]
version = ">=0.21.0, <1.0.0"
features = ["simd"]

[dependencies.flate2]
version = ">=1.0, <2.0"
optional = true

[dependencies.futures-util]
version = ">=0.3, <1.0"
optional = true

[dependencies.hex]
version = ">=0.4, <1.0"

[dependencies.humansize]
version = ">=2.1, <3.0"

[dependencies.image]
version = ">=0.25, <1.0"
optional = true

[dependencies.indicatif]
version = ">=0.17, <1.0"

[dependencies.proptest]
version = ">=1.4, <2.0"

[dependencies.rand]
version = ">=0.9, <1.0"

[dependencies.rayon]
version = ">=1.8, <2.0"

[dependencies.reqwest]
version = ">=0.12, <1.0"
features = [
    "stream",
    "rustls-tls",
]
optional = true

[dependencies.serde]
version = ">=1.0, <2.0"
features = ["derive"]

[dependencies.serde_json]
version = ">=1.0, <2.0"

[dependencies.sha2]
version = ">=0.10, <1.0"

[dependencies.symphonia]
version = ">=0.5, <1.0"
features = ["all"]
optional = true

[dependencies.tar]
version = ">=0.4, <1.0"
optional = true

[dependencies.tempfile]
version = ">=3.13, <4.0"

[dependencies.tokio]
version = ">=1.35, <2.0"
features = [
    "rt-multi-thread",
    "fs",
    "io-util",
]
optional = true

[dependencies.tracing]
version = ">=0.1, <1.0"

[dependencies.walkdir]
version = ">=2.4, <3.0"
optional = true

[dependencies.zip]
version = ">=2.0, <3.0"
optional = true