Documentation
[dependencies]

[features]
default = []

[lib]
crate-type = ["cdylib", "rlib", "staticlib"]
name = "xscan_db"
path = "src/lib.rs"

[lints.clippy]
as_conversions = "warn"
pedantic = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "xscan-db"
edition = "2024"
license = "MIT"
name = "xscan-db"
readme = false
version = "0.1.0"