java-bin-name 0.1.0

Java binary name parser and writer
Documentation
[badges.maintenance]
status = "passively-maintained"

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

[lints.clippy]
cloned-instead-of-copied = "warn"
coerce-container-to-any = "warn"
decimal-literal-representation = "warn"
elidable-lifetime-names = "warn"
future-not-send = "warn"
if-not-else = "warn"
if-then-some-else-none = "warn"
impl-trait-in-params = "warn"
inline-always = "warn"
ip-constant = "warn"
iter-without-into-iter = "warn"
macro-use-imports = "deny"
manual-is-power-of-two = "warn"
manual-midpoint = "warn"
map-with-unused-argument-over-ranges = "warn"
missing-errors-doc = "warn"
missing-panics-doc = "warn"
multiple-crate-versions = "warn"
redundant-clone = "warn"
redundant-test-prefix = "warn"
ref-as-ptr = "warn"
ref-option = "warn"
str-to-string = "warn"
suboptimal-flops = "warn"
todo = "warn"
too-long-first-doc-paragraph = "warn"
unnecessary-debug-formatting = "warn"
unnecessary-semicolon = "warn"
unused-trait-names = "warn"
use-self = "warn"
useless-let-if-seq = "warn"

[lints.rust]
dyn-drop = "forbid"
elided-lifetimes-in-paths = "deny"
ellipsis-inclusive-range-patterns = "forbid"
exported-private-dependencies = "forbid"
let-underscore-drop = "warn"
missing-debug-implementations = "warn"
missing-docs = "warn"
single-use-lifetimes = "warn"
trivial-numeric-casts = "warn"
uncommon-codepoints = "deny"
unused-lifetimes = "forbid"
unused-macro-rules = "warn"
unused-qualifications = "warn"
variant-size-differences = "warn"

[lints.rust.unexpected_cfgs]
check-cfg = []
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "Java binary name parser and writer"
edition = "2024"
keywords = ["java", "binary", "jvm"]
license = "LGPL-3.0-or-later"
name = "java-bin-name"
readme = "README.md"
repository = "https://codeberg.org/DM-Earth/java-bin-name"
version = "0.1.0"