wref 1.0.2

Write-only references.
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.93.0"
name = "wref"
version = "1.0.2"
authors = ["ltdk <usr@ltdk.xyz>"]
build = false
include = [
    "src/**/*",
    "LICENSE.md",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Write-only references."
readme = "README.md"
categories = []
license-file = "LICENSE.md"
repository = "https://codeberg.org/ltdk/wref"

[package.metadata.docs.rs]
features = ["nightly"]

[features]
default = []
nightly = []

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

[dependencies]

[dev-dependencies]

[build-dependencies]

[lints.clippy]
alloc_instead_of_core = "warn"
borrow_as_ptr = "warn"
default_trait_access = "warn"
doc_markdown = "warn"
filter_map_next = "warn"
if_not_else = "warn"
ignored_unit_patterns = "warn"
inconsistent_struct_constructor = "warn"
manual_assert = "warn"
manual_is_power_of_two = "warn"
map_unwrap_or = "warn"
match_same_arms = "warn"
missing_docs_in_private_items = "warn"
must_use_candidate = "allow"
needless_continue = "warn"
needless_raw_string_hashes = "warn"
redundant_closure_for_method_calls = "warn"
redundant_else = "warn"
ref_as_ptr = "warn"
semicolon_if_nothing_returned = "warn"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
undocumented_unsafe_blocks = "deny"
unnecessary_semicolon = "warn"

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "deny"

[lints.rustdoc]
missing_crate_level_docs = "warn"