lora-store 0.2.0

In-memory graph store with property indexes for LoraDB.
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.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"