# 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" rust-version = "1.65" name = "tantivy-object-store" version = "0.1.0" authors = ["Lance Devs "] description = "A tantivy Directory implementation against object stores (S3, GCS, etc.)" readme = "README.md" keywords = [ "full-text-search", "search", "search-engine", ] categories = [ "data-structures", "text-processing", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/lancedb/tantivy-object-store" [[example]] name = "index_wiki_local" [dependencies.async-trait] version = "0" [dependencies.bytes] version = "1" [dependencies.log] version = "0" [dependencies.object_store] version = ">=0.6.1" [dependencies.tantivy] version = ">=0.19" [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1" [dev-dependencies.env_logger] version = "0" [dev-dependencies.stop-words] version = "0" [dev-dependencies.wikidump] version = "0.2.2"