ra_ap_ide 0.0.331

IDE-centric APIs for rust-analyzer.
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.91"
name = "ra_ap_ide"
version = "0.0.331"
authors = ["rust-analyzer team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IDE-centric APIs for rust-analyzer."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/rust-analyzer"
resolver = "2"

[features]
in-rust-tree = []

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

[dependencies.arrayvec]
version = "0.7.6"

[dependencies.cfg]
version = "=0.0.331"
features = [
    "tt",
    "syntax",
]
package = "ra_ap_cfg"

[dependencies.cov-mark]
version = "2.0.0"

[dependencies.dot]
version = "0.1.4"

[dependencies.either]
version = "1.15.0"

[dependencies.hir]
version = "=0.0.331"
package = "ra_ap_hir"

[dependencies.ide-assists]
version = "=0.0.331"
package = "ra_ap_ide_assists"

[dependencies.ide-completion]
version = "=0.0.331"
package = "ra_ap_ide_completion"

[dependencies.ide-db]
version = "=0.0.331"
package = "ra_ap_ide_db"

[dependencies.ide-diagnostics]
version = "=0.0.331"
package = "ra_ap_ide_diagnostics"

[dependencies.ide-ssr]
version = "=0.0.331"
package = "ra_ap_ide_ssr"

[dependencies.itertools]
version = "0.14.0"

[dependencies.macros]
version = "=0.0.331"
package = "ra_ap_macros"

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

[dependencies.oorandom]
version = "11.1.5"

[dependencies.profile]
version = "=0.0.331"
package = "ra_ap_profile"

[dependencies.pulldown-cmark]
version = "0.9.6"
default-features = false

[dependencies.pulldown-cmark-to-cmark]
version = "10.0.4"

[dependencies.rustc_apfloat]
version = "0.2.3"

[dependencies.smallvec]
version = "1.15.1"
features = [
    "const_new",
    "union",
    "const_generics",
]

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

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

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

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

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

[dependencies.url]
version = "2.5.4"

[target.'cfg(not(any(target_arch = "wasm32", target_os = "emscripten")))'.dependencies.toolchain]
version = "=0.0.331"
package = "ra_ap_toolchain"

[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]
level = "warn"
priority = 0
check-cfg = [
    "cfg(bootstrap)",
    "cfg(no_salsa_async_drops)",
]