# 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 = "quickwit-directories" version = "0.3.0" authors = ["Quickwit, Inc. "] description = "Crate containing all of the custom tantivy Directory used in quickwit" homepage = "https://quickwit.io/" documentation = "https://quickwit.io/docs/" license = "AGPL-3.0-or-later" repository = "https://github.com/quickwit-oss/quickwit" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.crossbeam] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.once_cell] version = "1" [dependencies.quickwit-storage] version = "0.3.0" [dependencies.serde] version = "1" [dependencies.serde_cbor] version = "0.11" [dependencies.serde_json] version = "1" [dependencies.tantivy] version = "0.18.0" features = [ "mmap", "lz4-compression", "quickwit", ] default-features = false [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3.9" features = ["std"] [dependencies.tokio] version = "1" features = ["sync"] [dependencies.tracing] version = "0.1.29" [dependencies.uuid] version = "1.1" features = [ "v4", "serde", ] [dev-dependencies.tempfile] version = "3"