oca-store 2.0.0-rc.6

Simple OCA object storage
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 = "oca-store"
version = "2.0.0-rc.6"
authors = ["Human Colossus Community <contact@humancolossus.org>"]
build = false
include = [
    "src/**/*",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple OCA object storage"
readme = "README.md"
license = "EUPL-1.2"
repository = "https://github.com/THCLab/oca-store"

[package.metadata.release]
tag-name = "v{{version}}"
pre-release-commit-message = "chore: release {{version}} version"

[features]
local-references = []

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

[dependencies.dyn-clonable]
version = "0.9.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.isolang]
version = "2.3.0"

[dependencies.log]
version = "0.4.20"

[dependencies.oca-ast]
version = "2.0.0-rc.5"

[dependencies.oca-bundle]
version = "2.0.0-rc.7"

[dependencies.oca-dag]
version = "2.0.0-rc.6"

[dependencies.oca-file]
version = "2.0.0-rc.6"

[dependencies.overlay-file]
version = "1.0.0-rc.6"

[dependencies.regex]
version = "1.9.5"

[dependencies.rusqlite]
version = "0.37.0"

[dependencies.said]
version = "0.5.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sled]
version = "0.34.7"

[dependencies.thiserror]
version = "2.0.17"