[lib]
name = "khonsu"
path = "src/lib.rs"
[package]
authors = ["Theo M. Bulut <vertexclique@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "data-structures", "algorithms"]
description = "Khonsu: Software Transactional Memory in Rust for Apache Arrow"
documentation = "https://docs.rs/khonsu"
edition = "2024"
exclude = ["/art", "/tests", "/target", "Makefile", ".*", "*.log", "*.bak", "*.orig"]
homepage = "https://github.com/psila-ai/khonsu"
keywords = ["stm", "transactional-memory", "concurrency", "transaction", "memory"]
license-file = "LICENSE"
name = "khonsu"
readme = "README.md"
repository = "https://github.com/psila-ai/khonsu"
version = "0.1.0"