motedb 0.1.2

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

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

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

[[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"

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

[[test]]
name = "perf_test"
path = "tests/perf_test.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]
version = "0.7"
optional = true

[dependencies.libc]
version = "0.2"

[dependencies.lru]
version = "0.12"

[dependencies.memmap2]
version = "0.9"

[dependencies.parking_lot]
version = "0.12"

[dependencies.phf]
version = "0.11"
features = ["macros"]

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.8"

[dependencies.roaring]
version = "0.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.snap]
version = "1.1"

[dependencies.thiserror]
version = "1.0"

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

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

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

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

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

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

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

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

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