synctato 0.1.9

A JSONL-based embedded database with sharding, transactions, and CRDT-style merge
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.89"
name = "synctato"
version = "0.1.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A JSONL-based embedded database with sharding, transactions, and CRDT-style merge"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/kantord/synctato"

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

[dependencies.anyhow]
version = "=1.0.102"

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

[dependencies.git2]
version = "=0.20.4"

[dependencies.paste]
version = "=1.0.15"

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

[dependencies.serde_json]
version = "=1.0.149"

[dependencies.sha2]
version = "=0.10.9"

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

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.rusty-fork]
version = "0.3"

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