nescio 0.8.0

nescioDB (Aporia): a database whose primary object is ignorance — evidence with decay, regions with entropy, and queries that plan their own data procurement.
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.75"
name = "nescio"
version = "0.8.0"
build = false
exclude = [
    "clients",
    "docs",
    "assets",
    ".github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "nescioDB (Aporia): a database whose primary object is ignorance — evidence with decay, regions with entropy, and queries that plan their own data procurement."
readme = "README.md"
keywords = [
    "database",
    "uncertainty",
    "probabilistic",
    "evidence",
    "entropy",
]
categories = ["database-implementations"]
license = "MIT"
repository = "https://github.com/PyrraNet/nescioDB"

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

[[bin]]
name = "nescio"
path = "src/main.rs"

[[example]]
name = "bench"
path = "examples/bench.rs"

[[example]]
name = "realestate"
path = "examples/realestate.rs"

[[test]]
name = "engine_test"
path = "tests/engine_test.rs"

[[test]]
name = "server_test"
path = "tests/server_test.rs"

[[test]]
name = "watch_test"
path = "tests/watch_test.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tiny_http]
version = "0.12"

[profile.release]
lto = true