kcode-kweb-db 1.0.1

A disk-first convergent signed-DAG store for Kweb nodes and objects
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"
name = "kcode-kweb-db"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A disk-first convergent signed-DAG store for Kweb nodes and objects"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Glow-Foundation/kcode-kweb-db"

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

[dependencies.ed25519-dalek]
version = "2"

[dependencies.fs2]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.9"

[dependencies.sha2]
version = "0.10"

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