bones-core 0.22.10

Core data structures, CRDT event model, and projection engine for bones
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 = "bones-core"
version = "0.22.10"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core data structures, CRDT event model, and projection engine for bones"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bobisme/bones"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.blake3]
version = "1.5"

[dependencies.bones-sqlite-vec]
version = "0.22.10"

[dependencies.bumpalo]
version = "3.20.2"

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

[dependencies.dirs]
version = "5.0"

[dependencies.fs2]
version = "0.4"

[dependencies.memmap2]
version = "0.9.10"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.terseid]
version = "0.1.2"

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1.4"

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

[lints.clippy]
unnecessary_wraps = "allow"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "deny"
priority = -1

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