kora-doc 0.2.0

JSON document database with secondary indexes and WHERE queries for Kōra
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.82"
name = "kora-doc"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON document database with secondary indexes and WHERE queries for Kōra"
readme = false
license = "MIT"
repository = "https://github.com/Augani/Kora"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"