# 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 = "izihawa-tantivy-common" version = "0.7.0" authors = ["Pasha Podolsky "] description = "common traits and utility functions used by multiple tantivy subcrates" homepage = "https://github.com/quickwit-oss/tantivy" documentation = "https://docs.rs/tantivy_common/" license = "MIT" repository = "https://github.com/quickwit-oss/tantivy" [dependencies.async-trait] version = "0.1" [dependencies.byteorder] version = "1.4.3" [dependencies.ownedbytes] version = "0.7" package = "izihawa-ownedbytes" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.time] version = "0.3.10" features = ["serde-well-known"] [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand] version = "0.8.4" [features] quickwit = []