mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-23 02:29:57 +00:00
* update common to edition 2024 * update bitpacker to edition 2024 * update stacker to edition 2024 * update query-grammar to edition 2024 * update sstable to edition 2024 + fmt * fmt * update columnar to edition 2024 * cargo fmt * use None instead of _
23 lines
657 B
TOML
23 lines
657 B
TOML
[package]
|
|
name = "tantivy-bitpacker"
|
|
version = "0.6.0"
|
|
edition = "2024"
|
|
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
|
|
license = "MIT"
|
|
categories = []
|
|
description = """Tantivy-sub crate: bitpacking"""
|
|
repository = "https://github.com/quickwit-oss/tantivy"
|
|
keywords = []
|
|
documentation = "https://docs.rs/tantivy-bitpacker/latest/tantivy_bitpacker"
|
|
homepage = "https://github.com/quickwit-oss/tantivy"
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bitpacking = { version = "0.9.2", default-features = false, features = ["bitpacker1x"] }
|
|
|
|
[dev-dependencies]
|
|
rand = "0.8"
|
|
proptest = "1"
|