elaborate 0.2.1

Wrappers for standard library functions and types to produce more elaborate error messages
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.89"
name = "elaborate"
version = "0.2.1"
authors = ["Samuel Moelius <sam@moeli.us>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrappers for standard library functions and types to produce more elaborate error messages"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/trailofbits/elaborate"
resolver = "2"

[features]
buf_read_has_data_left = []
bufread_skip_until = []
core_io_borrowed_buf = []
exit_status_error = []
file_buffered = []
junction_point = []
linux_pidfd = []
normalize_lexically = []
panic_backtrace_config = []
path_file_prefix = []
peer_credentials_unix_socket = []
raw_os_error_ty = []
read_buf = []
seek_stream_len = []
set_permissions_nofollow = []
tcp_deferaccept = []
tcp_linger = []
thread_spawn_unchecked = []
unix_file_vectored_at = []
unix_mkfifo = []
unix_send_signal = []
unix_set_mark = []
unix_socket_ancillary_data = []
unix_socket_peek = []
wasi_ext = []
windows_by_handle = []
windows_change_time = []
windows_process_extensions_raw_attribute = []
write_all_vectored = []

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

[[example]]
name = "create_dir"
path = "examples/create_dir.rs"

[[example]]
name = "create_dir_wc"
path = "examples/create_dir_wc.rs"

[[example]]
name = "greeting"
path = "examples/greeting.rs"

[[test]]
name = "call_failed"
path = "tests/call_failed.rs"

[[test]]
name = "ci"
path = "tests/ci.rs"

[dependencies.anyhow]
version = "1.0"

[dev-dependencies.assert_cmd]
version = "2.1"

[dev-dependencies.ctor]
version = "0.6"

[dev-dependencies.regex]
version = "1.12"

[dev-dependencies.tempfile]
version = "3.24"

[dev-dependencies.toml]
version = "0.9"

[dev-dependencies.walkdir]
version = "2.5"

[lints.clippy]
format_collect = "allow"
missing_errors_doc = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
level = "deny"
priority = 0
check-cfg = ["cfg(dylint_lib, values(any()))"]