kweb-db-core 0.2.0

Storage-only SQLite and artifact library for a provenance-backed knowledge web
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.85"
name = "kweb-db-core"
version = "0.2.0"
build = false
include = [
    "src/**",
    "schema.sql",
    "Cargo.toml",
    "Documentation.md",
    "LICENSE",
    "README.md",
    "Specification.md",
    "Version.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage-only SQLite and artifact library for a provenance-backed knowledge web"
documentation = "https://docs.rs/kweb-db-core"
readme = "README.md"
keywords = [
    "knowledge-graph",
    "sqlite",
    "provenance",
    "storage",
]
categories = [
    "database",
    "data-structures",
]
license = "MIT"

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

[dependencies.base64]
version = "0.22"

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

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.9"

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

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

[dependencies.sha2]
version = "0.10"

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