[package]
edition = "2021"
rust-version = "1.75"
name = "citadeldb-core"
version = "0.2.1"
authors = ["Yuriy Peysakhov"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, errors, and constants for Citadel encrypted database"
homepage = "https://citadeldb.dev"
readme = "README.md"
keywords = [
"database",
"embedded-database",
"encryption",
"sql",
"encrypted-database",
]
categories = [
"database-implementations",
"cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yp3y5akh0v/citadel"
[lib]
name = "citadel_core"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2.0"