fathomdb-engine 0.2.3

Storage engine and write coordinator for the fathomdb agent datastore
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 = "fathomdb-engine"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage engine and write coordinator for the fathomdb agent datastore"
readme = false
license = "MIT"
repository = "https://github.com/coreyt/fathomdb"
resolver = "2"

[features]
sqlite-vec = [
    "dep:sqlite-vec",
    "fathomdb-schema/sqlite-vec",
]
tracing = [
    "dep:tracing",
    "dep:tracing-subscriber",
    "fathomdb-schema/tracing",
    "fathomdb-query/tracing",
    "rusqlite/trace",
]

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

[[bin]]
name = "fathomdb-admin-bridge"
path = "src/bin/fathomdb-admin-bridge.rs"

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

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

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

[dependencies.rusqlite]
version = "0.32.1"
features = [
    "bundled",
    "load_extension",
    "backup",
]

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlite-vec]
version = "0.1"
optional = true

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"
features = [
    "log",
    "release_max_level_info",
]
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "json",
    "env-filter",
]
optional = true

[dependencies.ulid]
version = "1"

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

[dev-dependencies.tracing]
version = "0.1"
features = [
    "log",
    "release_max_level_info",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "json",
    "env-filter",
]

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_Storage_FileSystem",
    "Win32_System_SystemServices",
]

[lints.clippy]
dbg_macro = "warn"
expect_used = "warn"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
module_name_repetitions = "allow"
must_use_candidate = "warn"
panic = "warn"
print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unwrap_used = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"