codify_hoijui 0.6.2

Helps in automatic code generation at compile-time, for initializing structs and enums containing data, which is to be available at runtime.
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 = "codify_hoijui"
version = "0.6.2"
authors = ["Robin Vobruba <hoijui.quaero@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
    Helps in automatic code generation at compile-time,
    for initializing structs and enums containing data,
    which is to be available at runtime.
    """
homepage = "https://github.com/hoijui/codify-rs"
readme = "README.md"
keywords = ["code-generation"]
categories = [
    "data-structures",
    "development-tools::build-utils",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/hoijui/codify-rs"

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

[lints.clippy]
clone_on_ref_ptr = "warn"
else_if_without_else = "warn"
empty_structs_with_brackets = "warn"
indexing_slicing = "warn"
print_stderr = "warn"
print_stdout = "warn"
shadow_reuse = "warn"
string_slice = "warn"
try_err = "warn"
use_debug = "warn"
wildcard_enum_match_arm = "warn"

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

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

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

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

[lints.rust.rust_2021_compatibility]
level = "warn"
priority = -1