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