[package] name = "datacake-chitchat-fork" version = "0.5.1" edition = "2021" license = "MIT" authors = ["Quickwit, Inc. "] description = "A fork of https://github.com/quickwit-oss/chitchat used in datacake. YOU SHOULD USE THE MAIN LIBRARY NOT THIS ONE IN YOUR OWN CODE." repository = "https://github.com/lnx-search/chitchat" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "1" rand = { version = "0.8", features = ["small_rng"] } serde = { version="1", features=["derive"] } tokio = { version = "1.14.0", features = ["net", "sync", "rt-multi-thread", "macros", "time"] } tokio-stream = { version = "0.1", features = [ "sync" ] } anyhow = "1.0.51" tracing = "0.1" async-trait = "0.1" [dev-dependencies] assert-json-diff = "2" mock_instant = "0.2.1" tracing-subscriber = "0.3"