mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28:55 +01:00
24 lines
513 B
TOML
24 lines
513 B
TOML
[package]
|
|
name = "mega-mini-indexer"
|
|
version = "0.1.0"
|
|
authors = ["Kerollmops <clement@meilisearch.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.28"
|
|
bitpacking = "0.8.2"
|
|
byteorder = "1.3.4"
|
|
roaring = "0.5.2"
|
|
csv = "1.1.3"
|
|
fst = "0.4.3"
|
|
fxhash = "0.2.1"
|
|
heed = { version = "0.8.0", default-features = false, features = ["lmdb"] }
|
|
jemallocator = "0.3.2"
|
|
rayon = "1.3.0"
|
|
slice-group-by = "0.2.6"
|
|
smallstr = "0.2.0"
|
|
structopt = { version = "0.3.14", default-features = false }
|
|
|
|
[profile.release]
|
|
debug = true
|