[dependencies.anyhow]
version = "1.0.97"
[dependencies.postcard]
features = ["use-std"]
version = "1.1.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[lib]
name = "linker_trace"
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 = "Data structures for storing trace outputs from the Wild linker"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "linker-trace"
readme = "README.md"
repository = "https://github.com/davidlattimore/wild"
resolver = "2"
rust-version = "1.90"
version = "0.8.0"