# 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 = "pg_bm25" version = "0.4.0" description = "Full text search for PostgreSQL using BM25" readme = "README.md" license = "Elastic-2.0" [profile.dev] panic = "unwind" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "unwind" [lib] crate-type = ["cdylib"] [dependencies.pgrx] version = "=0.9.8" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.105" [dependencies.tantivy] version = "0.21.0" package = "paradedb-tantivy" [dev-dependencies.pgrx-tests] version = "=0.9.8" [features] default = ["pg15"] pg11 = [ "pgrx/pg11", "pgrx-tests/pg11", ] pg12 = [ "pgrx/pg12", "pgrx-tests/pg12", ] pg13 = [ "pgrx/pg13", "pgrx-tests/pg13", ] pg14 = [ "pgrx/pg14", "pgrx-tests/pg14", ] pg15 = [ "pgrx/pg15", "pgrx-tests/pg15", ] pg_test = []