# 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 = "tantivy-uffd" version = "0.1.1" description = "Query a remote tantivy index with HTTP range requests." readme = "README.md" keywords = [ "tantivy", "http", "range-requests", "search", ] categories = [ "database-implementations", "data-structures", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/ellenhp/tantivy-uffd/" [dependencies.dashmap] version = "5.5.3" [dependencies.log] version = "0.4.20" [dependencies.lru] version = "0.12.2" [dependencies.nix] version = "0.27.1" features = [ "ioctl", "mman", ] [dependencies.reqwest] version = "0.11.24" features = ["blocking"] [dependencies.tantivy] version = "0.22.0" default-features = false [dependencies.tantivy-common] version = "0.7.0" [dependencies.tokio] version = "1.36.0" features = [ "rt", "rt-multi-thread", "sync", "macros", ] [dependencies.userfaultfd] version = "0.8.1" features = [ "linux4_14", "linux5_7", ] [dev-dependencies.ctor] version = "0.2.6" [dev-dependencies.tantivy] version = "0.21.1" default-features = true [dev-dependencies.tiny_http] version = "0.12.0"