motedb 0.1.0

AI-native embedded multimodal database for embodied intelligence (robots, AR glasses, industrial arms).
Documentation
[[bin]]
name = "doc_examples_check"
path = "src/bin/doc_examples_check.rs"

[[bin]]
name = "motedb"
path = "src/bin/motedb.rs"

[[bin]]
name = "motedb-cli"
path = "src/bin/motedb-cli.rs"

[dependencies.ahash]
version = "0.8"

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

[dependencies.crc32fast]
version = "1.4"

[dependencies.crossbeam]
version = "0.8"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.jieba-rs]
optional = true
version = "0.7"

[dependencies.libc]
version = "0.2"

[dependencies.lru]
version = "0.12"

[dependencies.memmap2]
version = "0.9"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.8"

[dependencies.roaring]
version = "0.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.snap]
version = "1.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.tikv-jemalloc-ctl]
optional = true
version = "0.5"

[dependencies.tikv-jemallocator]
optional = true
version = "0.5"

[dev-dependencies.clap]
features = ["derive"]
version = "4.4"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.tikv-jemalloc-ctl]
version = "0.5"

[dev-dependencies.tikv-jemallocator]
version = "0.5"

[features]
default = ["tokenizer-jieba"]
mem-profiling = ["tikv-jemallocator", "tikv-jemalloc-ctl"]
tokenizer-all = ["tokenizer-jieba"]
tokenizer-jieba = ["jieba-rs"]

[lib]
crate-type = ["rlib", "staticlib", "cdylib"]
name = "motedb"
path = "src/lib.rs"

[package]
authors = ["motedb <motedb@126.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "embedded", "algorithms"]
description = "AI-native embedded multimodal database for embodied intelligence (robots, AR glasses, industrial arms)."
documentation = "https://docs.rs/motedb"
edition = "2021"
homepage = "https://github.com/motedb/motedb"
keywords = ["database", "embedded", "vector", "multimodal"]
license = "MIT"
name = "motedb"
publish = true
readme = "docs/README.md"
repository = "https://github.com/motedb/motedb"
version = "0.1.0"

[profile.release]
codegen-units = 1
lto = "fat"
opt-level = 3
panic = "abort"
strip = true

[profile.release-small]
inherits = "release"
lto = "fat"
opt-level = "z"