[package]
edition = "2021"
name = "libpqlite3-sys"
version = "1.1.0"
authors = ["Dyber, Inc. <engineering@dyber.io>"]
build = "build.rs"
links = "pqlite3"
exclude = ["../../../*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native bindings to PQLite (Post-Quantum SQLite)"
documentation = "https://docs.rs/libpqlite3-sys"
readme = "README.md"
keywords = [
"sqlite",
"pqc",
"post-quantum",
"encryption",
"database",
]
categories = [
"database",
"cryptography",
"external-ffi-bindings",
]
license = "MIT"
repository = "https://github.com/dyber-pqc/PQLite"
[lib]
name = "libpqlite3_sys"
path = "src/lib.rs"
[build-dependencies.pkg-config]
version = "0.3"