Documentation
[dependencies.fst]
version = "0.4.7"

[dependencies.indexmap]
version = "2.1.0"

[dependencies.nohash-hasher]
version = "0.2.0"

[dependencies.paths]
package = "ra_ap_paths"
version = "=0.0.207"

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.stdx]
package = "ra_ap_stdx"
version = "=0.0.207"

[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_vfs"
rust-version = "1.76"
version = "0.0.207"