[package]
edition = "2024"
rust-version = "1.85"
name = "kimetsu-core"
version = "0.8.2"
authors = ["Rodrigo Cordoba"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared core types (config, events, ids, paths, memory kinds) for the kimetsu agent runtime + brain."
homepage = "https://github.com/RodCor/kimetsu"
documentation = "https://github.com/RodCor/kimetsu/tree/main/docs"
readme = "README.md"
keywords = [
"kimetsu",
"ai",
"agent",
"llm",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RodCor/kimetsu"
[lib]
name = "kimetsu_core"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.time]
version = "0.3"
features = [
"formatting",
"macros",
"parsing",
"serde",
]
[dependencies.toml]
version = "0.9"
[dependencies.ulid]
version = "1"
features = ["serde"]