code-system-graph-store-sqlite 1.0.1

Exact-schema SQLite persistence for Code System Graph.
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.97.1"
name = "code-system-graph-store-sqlite"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exact-schema SQLite persistence for Code System Graph."
homepage = "https://github.com/dertin/code-system-graph"
readme = "README.md"
keywords = [
    "code-intelligence",
    "static-analysis",
    "impact-analysis",
    "mcp",
    "monorepo",
]
categories = [
    "database",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/dertin/code-system-graph"

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

[dependencies.blake3]
version = "1.8.5"

[dependencies.code-system-graph-model]
version = "1.0.1"

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

[dependencies.same-file]
version = "1.0.6"

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sysinfo]
version = "0.39.6"
features = ["system"]
default-features = false

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.19"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

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

[lints.clippy]
clone_on_copy = "deny"
large_enum_variant = "deny"
needless_collect = "deny"
redundant_clone = "deny"
unwrap_used = "deny"

[lints.clippy.all]
level = "deny"
priority = 10

[lints.clippy.pedantic]
level = "warn"
priority = 5

[lints.rust]
missing_docs = "deny"
unsafe_code = "deny"

[lints.rust.future_incompatible]
level = "warn"
priority = -1

[lints.rust.nonstandard_style]
level = "deny"
priority = -1