pgtrgm 0.4.0

PostgreSQL pg_trgm extension support for Diesel
Documentation
[dependencies.diesel]
default-features = false
features = ["postgres"]
optional = true
version = "2.2"

[features]
default = []
diesel = ["dep:diesel"]

[lib]
name = "pgtrgm"
path = "src/lib.rs"

[package]
authors = ["Oleh Martsokha <o.martsokha@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "PostgreSQL pg_trgm extension support for Diesel"
documentation = "https://docs.rs/pgtrgm"
edition = "2024"
homepage = "https://github.com/martsokha/pgtrgm"
keywords = ["diesel", "postgres", "trigram", "pg_trgm", "similarity"]
license = "MIT"
name = "pgtrgm"
readme = "README.md"
repository = "https://github.com/martsokha/pgtrgm"
rust-version = "1.85"
version = "0.4.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]