mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
60 lines
1.2 KiB
TOML
60 lines
1.2 KiB
TOML
[package]
|
|
name = "hir-def"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
arrayvec.workspace = true
|
|
bitflags.workspace = true
|
|
cov-mark = "2.0.0-pre.1"
|
|
dashmap.workspace = true
|
|
drop_bomb = "0.1.5"
|
|
either.workspace = true
|
|
fst = { version = "0.4.7", default-features = false }
|
|
indexmap.workspace = true
|
|
itertools.workspace = true
|
|
la-arena.workspace = true
|
|
once_cell = "1.17.0"
|
|
rustc-hash.workspace = true
|
|
tracing.workspace = true
|
|
smallvec.workspace = true
|
|
hashbrown.workspace = true
|
|
triomphe.workspace = true
|
|
|
|
ra-ap-rustc_parse_format.workspace = true
|
|
rustc-dependencies.workspace = true
|
|
|
|
# local deps
|
|
stdx.workspace = true
|
|
intern.workspace = true
|
|
base-db.workspace = true
|
|
syntax.workspace = true
|
|
profile.workspace = true
|
|
hir-expand.workspace = true
|
|
mbe.workspace = true
|
|
cfg.workspace = true
|
|
tt.workspace = true
|
|
limit.workspace = true
|
|
span.workspace = true
|
|
|
|
|
|
[dev-dependencies]
|
|
expect-test.workspace = true
|
|
|
|
# local deps
|
|
test-utils.workspace = true
|
|
test-fixture.workspace = true
|
|
|
|
[features]
|
|
in-rust-tree = ["rustc-dependencies/in-rust-tree"]
|
|
|
|
[lints]
|
|
workspace = true
|