mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-07 01:32:53 +00:00
* Update binggan requirement from 0.12.0 to 0.14.0 --- updated-dependencies: - dependency-name: binggan dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * fix build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Seitz <pascal.seitz@gmail.com>
26 lines
813 B
TOML
26 lines
813 B
TOML
[package]
|
|
name = "tantivy-common"
|
|
version = "0.7.0"
|
|
authors = ["Paul Masurel <paul@quickwit.io>", "Pascal Seitz <pascal@quickwit.io>"]
|
|
license = "MIT"
|
|
edition = "2021"
|
|
description = "common traits and utility functions used by multiple tantivy subcrates"
|
|
documentation = "https://docs.rs/tantivy_common/"
|
|
homepage = "https://github.com/quickwit-oss/tantivy"
|
|
repository = "https://github.com/quickwit-oss/tantivy"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
byteorder = "1.4.3"
|
|
ownedbytes = { version= "0.7", path="../ownedbytes" }
|
|
async-trait = "0.1"
|
|
time = { version = "0.3.10", features = ["serde-well-known"] }
|
|
serde = { version = "1.0.136", features = ["derive"] }
|
|
|
|
[dev-dependencies]
|
|
binggan = "0.14.0"
|
|
proptest = "1.0.0"
|
|
rand = "0.8.4"
|
|
|