[package] name = "kham-pg" version = "0.6.0" edition = "2021" rust-version = "1.85" license = "MIT OR Apache-2.0" description = "PostgreSQL text-search extension for Thai (kham-pg)" repository = "https://github.com/preedep/kham" [lib] crate-type = ["cdylib"] [dependencies] kham-core = { version = "0.6.0", features = ["std"] } [build-dependencies] cc = "1"