ra_ap_base_db 0.0.310

Basic database traits for rust-analyzer. The concrete DB is defined by `ide` (aka `ra_ap_ide`).
Documentation
[dependencies.cfg]
features = ["tt", "syntax"]
package = "ra_ap_cfg"
version = "=0.0.310"

[dependencies.dashmap]
features = ["raw-api", "inline"]
version = "=6.1.0"

[dependencies.indexmap]
features = ["serde"]
version = "2.9.0"

[dependencies.intern]
package = "ra_ap_intern"
version = "=0.0.310"

[dependencies.la-arena]
version = "0.3.1"

[dependencies.query-group]
package = "ra_ap_query-group-macro"
version = "=0.0.310"

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

[dependencies.salsa]
default-features = false
features = ["rayon", "salsa_unstable", "macros", "inventory"]
version = "0.24.0"

[dependencies.salsa-macros]
version = "0.24.0"

[dependencies.semver]
version = "1.0.26"

[dependencies.span]
package = "ra_ap_span"
version = "=0.0.310"

[dependencies.syntax]
package = "ra_ap_syntax"
version = "=0.0.310"

[dependencies.tracing]
default-features = false
features = ["std"]
version = "0.1.41"

[dependencies.triomphe]
default-features = false
features = ["std"]
version = "0.1.14"

[dependencies.vfs]
package = "ra_ap_vfs"
version = "=0.0.310"

[lib]
doctest = false
name = "ra_ap_base_db"
path = "src/lib.rs"

[lints.clippy]
assigning_clones = "allow"
dbg_macro = "warn"
enum_variant_names = "allow"
len_without_is_empty = "allow"
literal_string_with_formatting_args = "allow"
new_ret_no_self = "allow"
print_stderr = "warn"
print_stdout = "warn"
rc_buffer = "warn"
result_unit_err = "allow"
single_match = "allow"
str_to_string = "warn"
todo = "warn"
too_long_first_doc_paragraph = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unnecessary_map_or = "allow"
useless_asref = "allow"
vec_init_then_push = "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]
elided_lifetimes_in_paths = "warn"
explicit_outlives_requirements = "warn"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "warn"
unused_extern_crates = "warn"
unused_lifetimes = "warn"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(bootstrap)", "cfg(no_salsa_async_drops)"]
level = "warn"
priority = 0

[package]
authors = ["rust-analyzer team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Basic database traits for rust-analyzer. The concrete DB is defined by `ide` (aka `ra_ap_ide`)."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "ra_ap_base_db"
readme = false
repository = "https://github.com/rust-lang/rust-analyzer"
resolver = "2"
rust-version = "1.91"
version = "0.0.310"