Documentation
[dependencies.always-assert]
features = ["tracing"]
version = "0.2.0"

[dependencies.backtrace]
optional = true
version = "0.3.67"

[dependencies.crossbeam-channel]
version = "0.5.5"

[dependencies.itertools]
version = "0.12.0"

[dependencies.jod-thread]
version = "0.1.2"

[dependencies.libc]
version = "0.2.150"

[features]

[lib]
doctest = false
[lints.clippy]
dbg_macro = "warn"
enum_variant_names = "allow"
len_without_is_empty = "allow"
new_ret_no_self = "allow"
print_stderr = "warn"
print_stdout = "warn"
rc_buffer = "warn"
result_unit_err = "allow"
str_to_string = "warn"
todo = "warn"
too_many_arguments = "allow"
type_complexity = "allow"
useless_asref = "allow"
wrong_self_convention = "allow"

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

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.perf]
level = "deny"
priority = -1

[lints.clippy.restriction]
level = "allow"
priority = -1

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

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

[lints.rust]
rust_2018_idioms = "warn"
semicolon_in_expressions_from_macros = "warn"
unreachable_pub = "warn"
unused_lifetimes = "warn"

[package]
authors = ["rust-analyzer team"]
description = "TBD"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ra_ap_stdx"
rust-version = "1.76"
version = "0.0.207"
[target."cfg(windows)".dependencies.miow]
version = "0.6.0"

[target."cfg(windows)".dependencies.winapi]
features = ["winerror"]
version = "0.3.9"