necronux_internal 0.3.0

An internal Necronux crate.
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.0"
name = "necronux_internal"
version = "0.3.0"
authors = ["Nayan (NayanTheSpaceGuy) <nayantsg@proton.me>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An internal Necronux crate."
homepage = "https://necronux.nayanpatil.space"
documentation = "https://necronux.nayanpatil.space/docs"
readme = "README.md"
keywords = [
    "necronux",
    "automation",
    "configurations",
    "infra",
    "homelab",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
repository = "https://github.com/NayanTheSpaceGuy/necronux"
resolver = "2"

[features]
necronux_cli_app = ["dep:necronux_cli_app"]
necronux_core = ["dep:necronux_core"]

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

[dependencies.necronux_cli_app]
version = "0.3.0"
optional = true

[dependencies.necronux_core]
version = "0.3.0"
optional = true

[dependencies.necronux_utils]
version = "0.3.0"

[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "deny"
unused_must_use = "deny"