fathomdb-engine 0.8.0

FathomDB engine — embedded vector + JSON database core (storage, projection, ingest, query).
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"
rust-version = "1.95"
name = "fathomdb-engine"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FathomDB engine — embedded vector + JSON database core (storage, projection, ingest, query)."
readme = false
license = "Apache-2.0"
repository = "https://github.com/coreyt/fathomdb"

[features]
default = []
default-embedder = ["fathomdb-embedder/default-embedder"]
operator = []

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

[[example]]
name = "ingest_corpus"
path = "examples/ingest_corpus.rs"
required-features = ["operator"]

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

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

[[test]]
name = "check_integrity"
path = "tests/check_integrity.rs"
required-features = ["operator"]

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

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

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

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

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

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

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

[[test]]
name = "dump_profile"
path = "tests/dump_profile.rs"
required-features = ["operator"]

[[test]]
name = "dump_row_counts"
path = "tests/dump_row_counts.rs"
required-features = ["operator"]

[[test]]
name = "dump_schema"
path = "tests/dump_schema.rs"
required-features = ["operator"]

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

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

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

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

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

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

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

[[test]]
name = "eu7_real_corpus_ac"
path = "tests/eu7_real_corpus_ac.rs"
required-features = ["operator"]

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

[[test]]
name = "excise_source"
path = "tests/excise_source.rs"
required-features = ["operator"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[test]]
name = "rebuild_projections"
path = "tests/rebuild_projections.rs"
required-features = ["operator"]

[[test]]
name = "rebuild_report"
path = "tests/rebuild_report.rs"
required-features = ["operator"]

[[test]]
name = "rebuild_vec0"
path = "tests/rebuild_vec0.rs"
required-features = ["operator"]

[[test]]
name = "safe_export"
path = "tests/safe_export.rs"
required-features = ["operator"]

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

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

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

[[test]]
name = "trace_source_ref"
path = "tests/trace_source_ref.rs"
required-features = ["operator"]

[[test]]
name = "truncate_wal"
path = "tests/truncate_wal.rs"
required-features = ["operator"]

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

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

[[test]]
name = "verify_embedder"
path = "tests/verify_embedder.rs"
required-features = ["operator"]

[dependencies.fathomdb-embedder]
version = "0.8.0"

[dependencies.fathomdb-embedder-api]
version = "0.6.0"

[dependencies.fathomdb-query]
version = "0.8.0"

[dependencies.fathomdb-schema]
version = "0.8.0"

[dependencies.jsonschema]
version = "0.18"
default-features = false

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlite-vec]
version = "=0.1.7"

[dev-dependencies.libc]
version = "0.2"

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

[dev-dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

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

[dev-dependencies.sha2]
version = "0.10"

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