dejadb-core 1.0.0

Core .mg format, canonical serialization, content addressing, and grain types for DejaDB.
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 = "2021"
rust-version = "1.90.0"
name = "dejadb-core"
version = "1.0.0"
authors = ["MindGryd Software Private Limited"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core .mg format, canonical serialization, content addressing, and grain types for DejaDB."
homepage = "https://github.com/AreevAI/dejadb"
readme = "README.md"
keywords = [
    "memory",
    "serialization",
    "ai-agents",
    "oms",
    "content-address",
]
categories = [
    "data-structures",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AreevAI/dejadb"

[features]
http = []
signing = []

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.hex]
version = "0.4"

[dependencies.regex]
version = "1"

[dependencies.rmpv]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-normalization]
version = "0.1"

[dev-dependencies.insta]
version = "1"
features = ["json"]

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