[package]
edition = "2021"
rust-version = "1.81"
name = "sqlite3mc-src"
version = "205.1.0+sqlite3mc-2.5.1-sqlite-3.53.4"
build = false
include = [
"/src",
"/sqlite3mc",
"/tests",
"/README.md",
"/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Untouched SQLite3 Multiple Ciphers amalgamation for Rust -sys crates to build"
readme = "README.md"
keywords = [
"sqlite",
"sqlite3mc",
"encryption",
"amalgamation",
]
categories = [
"database",
"development-tools::build-utils",
]
license = "MIT AND CC0-1.0 AND Unlicense AND (CC0-1.0 OR Apache-2.0)"
repository = "https://github.com/LucaCappelletti94/sqlite3mc-src"
[lib]
name = "sqlite3mc_src"
path = "src/lib.rs"
[[test]]
name = "contents"
path = "tests/contents.rs"
[lints.clippy]
allow_attributes_without_reason = "warn"
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "forbid"
unreachable_pub = "warn"
unsafe_code = "forbid"
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1