sqlite-err-parser 0.5.0

Deconstruct certain sqlite errors
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "sqlite-err-parser"
version = "0.5.0"
build = false
exclude = [
    ".fossil-settings",
    ".efiles",
    ".fslckout",
    "www",
    "bacon.toml",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deconstruct certain sqlite errors"
readme = "README.md"
keywords = [
    "sqlite",
    "rusqlite",
    "parsing",
    "error",
]
categories = ["database"]
license = "0BSD"
repository = "https://repos.qrnch.tech/pub/sqlite-err-parser"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]

[badges.maintenance]
status = "experimental"

[lib]
name = "sqlite_err_parser"
path = "src/lib.rs"

[[test]]
name = "check"
path = "tests/check.rs"

[[test]]
name = "foreign"
path = "tests/foreign.rs"

[[test]]
name = "notnull"
path = "tests/notnull.rs"

[[test]]
name = "uniq"
path = "tests/uniq.rs"

[dependencies.rusqlite]
version = "0.39.0"

[lints.clippy]
print_stderr = "warn"
print_stdout = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1