[package]
edition = "2021"
rust-version = "1.87"
name = "lora-store"
version = "0.2.0"
authors = ["LoraDB, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-memory graph store with property indexes for LoraDB."
homepage = "https://github.com/lora-db/lora"
readme = false
keywords = [
"loradb",
"graph",
"in-memory",
"storage",
"database",
]
categories = [
"database-implementations",
"data-structures",
]
license = "BUSL-1.1"
repository = "https://github.com/lora-db/lora"
[lib]
name = "lora_store"
path = "src/lib.rs"
[dependencies.lora-ast]
version = "=0.2.0"
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.js-sys]
version = "0.3"