oca-dag 2.0.0

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

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

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

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

[dependencies.indexmap]
version = "2.12.0"
features = ["serde"]

[dependencies.isolang]
version = "2.3.0"
features = ["serde"]

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

[dependencies.oca-bundle]
version = "2.0.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"

[dev-dependencies.overlay-file]
version = "1.0.0"