sql_docs 1.1.0

A crate for parsing comments from sql files and using them for documentation generation
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"
name = "sql_docs"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate for parsing comments from sql files and using them for documentation generation"
documentation = "https://docs.rs/sql_docs"
readme = "README.md"
keywords = [
    "sql",
    "documentation",
    "parser",
    "schema",
    "codegen",
]
categories = [
    "database",
    "development-tools",
    "parser-implementations",
    "text-processing",
    "filesystem",
]
license = "GPL-3.0"
repository = "https://github.com/rpg-alex/sql-docs"

[features]
default = []
fuzzing = []

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

[dependencies.sqlparser]
version = "0.60.0"

[lints.clippy]
clone_on_copy = "forbid"
expect_used = "deny"
missing_panics_doc = "allow"
multiple_crate_versions = "allow"
should_panic_without_expect = "allow"
struct_excessive_bools = "allow"
unreadable_literal = "allow"
unwrap_used = "deny"

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

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

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

[lints.rust]
deprecated = "deny"
missing_docs = "forbid"
unconditional_recursion = "forbid"
unreachable_patterns = "forbid"
unsafe_code = "forbid"
unused_import_braces = "forbid"
unused_macro_rules = "forbid"
unused_must_use = "forbid"