# 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 = "datacake-chitchat-fork" version = "0.5.1" 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." license = "MIT" repository = "https://github.com/lnx-search/chitchat" resolver = "1" [dependencies.anyhow] version = "1.0.51" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1.14.0" features = [ "net", "sync", "rt-multi-thread", "macros", "time", ] [dependencies.tokio-stream] version = "0.1" features = ["sync"] [dependencies.tracing] version = "0.1" [dev-dependencies.assert-json-diff] version = "2" [dev-dependencies.mock_instant] version = "0.2.1" [dev-dependencies.tracing-subscriber] version = "0.3"