[dependencies.anyhow]
version = "1.0.97"
[dependencies.derive_more]
features = ["debug"]
version = "2.0.1"
[dependencies.leb128]
version = "0.2.5"
[dependencies.object]
default-features = false
features = ["elf", "read_core", "std", "unaligned", "archive"]
version = "0.37.3"
[dependencies.paste]
version = "1.0.15"
[lib]
name = "linker_utils"
path = "src/lib.rs"
[lints.clippy]
bool_to_int_with_if = "allow"
case_sensitive_file_extension_comparisons = "warn"
cast_lossless = "warn"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_sign_loss = "allow"
cloned_instead_of_copied = "warn"
default_trait_access = "allow"
doc_markdown = "allow"
explicit_deref_methods = "allow"
explicit_iter_loop = "warn"
if_not_else = "warn"
ignored_unit_patterns = "allow"
implicit_clone = "warn"
inconsistent_struct_constructor = "warn"
indexing_slicing = "allow"
items_after_statements = "allow"
iter_not_returning_iterator = "allow"
manual_assert = "warn"
map_unwrap_or = "warn"
match_same_arms = "allow"
match_wildcard_for_single_variants = "warn"
missing_errors_doc = "allow"
must_use_candidate = "warn"
mut_mut = "allow"
needless_pass_by_ref_mut = "warn"
needless_pass_by_value = "warn"
needless_update = "allow"
range_plus_one = "warn"
redundant_closure_for_method_calls = "allow"
redundant_else = "warn"
semicolon_if_nothing_returned = "warn"
single_match = "allow"
struct_excessive_bools = "allow"
struct_field_names = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "warn"
uninlined_format_args = "warn"
unnecessary_wraps = "warn"
unreadable_literal = "allow"
unused_self = "warn"
wildcard_imports = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Code shared by libwild and linker-diff"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "linker-utils"
readme = "README.md"
repository = "https://github.com/davidlattimore/wild"
resolver = "2"
rust-version = "1.89"
version = "0.7.0"