nwnrs-git 0.0.8

Typed parser for Neverwinter Nights area instance GIT resources
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 = "nwnrs-git"
version = "0.0.8"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed parser for Neverwinter Nights area instance GIT resources"
homepage = "https://github.com/urothis/nwnrs"
documentation = "https://docs.rs/nwnrs-git"
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/urothis/nwnrs"

[package.metadata.docs.rs]
rustdoc-args = [
    "-Zunstable-options",
    "--generate-link-to-definition",
    "--generate-macro-expansion",
]

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

[dependencies.nwnrs-gff]
version = "0.0.8"

[dependencies.nwnrs-resman]
version = "0.0.8"

[dependencies.nwnrs-resref]
version = "0.0.8"

[dependencies.nwnrs-restype]
version = "0.0.8"

[dependencies.tracing]
version = "0.1.44"
features = [
    "attributes",
    "std",
]
default-features = false

[dev-dependencies]

[lints.clippy]
await_holding_lock = "deny"
await_holding_refcell_ref = "deny"
cast_lossless = "warn"
cast_possible_truncation = "warn"
dbg_macro = "deny"
expect_used = "deny"
indexing_slicing = "warn"
let_and_return = "warn"
manual_ok_or = "warn"
map_err_ignore = "warn"
match_like_matches_macro = "warn"
mem_forget = "warn"
needless_borrow = "warn"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
result_large_err = "warn"
semicolon_if_nothing_returned = "warn"
todo = "deny"
too_many_arguments = "allow"
unimplemented = "deny"
unused_async = "warn"
unused_unit = "warn"
unwrap_used = "deny"

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