2019-10-30 04:27:54 -05:00
|
|
|
[package]
|
2022-04-29 09:29:24 -05:00
|
|
|
name = "hir-def"
|
2020-08-13 09:28:27 -05:00
|
|
|
version = "0.0.0"
|
2020-08-24 06:06:30 -05:00
|
|
|
description = "TBD"
|
2023-01-16 09:41:47 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 09:33:01 -06:00
|
|
|
rust-version.workspace = true
|
2019-10-30 04:27:54 -05:00
|
|
|
|
2019-11-17 09:35:05 -06:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-10-30 04:27:54 -05:00
|
|
|
[dependencies]
|
2023-12-20 05:53:46 -06:00
|
|
|
arrayvec.workspace = true
|
2023-11-15 13:20:47 -06:00
|
|
|
bitflags.workspace = true
|
2021-06-12 15:39:57 -05:00
|
|
|
cov-mark = "2.0.0-pre.1"
|
2023-12-07 04:48:58 -06:00
|
|
|
dashmap.workspace = true
|
2022-03-22 11:36:41 -05:00
|
|
|
drop_bomb = "0.1.5"
|
2023-11-15 05:07:36 -06:00
|
|
|
either.workspace = true
|
2022-03-22 11:36:41 -05:00
|
|
|
fst = { version = "0.4.7", default-features = false }
|
2023-11-15 05:21:34 -06:00
|
|
|
indexmap.workspace = true
|
2023-11-15 04:53:56 -06:00
|
|
|
itertools.workspace = true
|
2023-06-19 05:44:09 -05:00
|
|
|
la-arena.workspace = true
|
2023-01-21 00:48:46 -06:00
|
|
|
once_cell = "1.17.0"
|
2023-12-18 07:53:11 -06:00
|
|
|
rustc-hash.workspace = true
|
2023-11-15 05:00:32 -06:00
|
|
|
tracing.workspace = true
|
2023-06-18 11:44:09 -05:00
|
|
|
smallvec.workspace = true
|
|
|
|
hashbrown.workspace = true
|
2023-05-02 09:12:22 -05:00
|
|
|
triomphe.workspace = true
|
2019-10-30 04:27:54 -05:00
|
|
|
|
2023-09-15 09:40:11 -05:00
|
|
|
rustc-dependencies.workspace = true
|
2023-01-17 03:52:26 -06:00
|
|
|
|
|
|
|
# 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
|
2023-12-18 06:30:41 -06:00
|
|
|
span.workspace = true
|
2019-11-03 14:35:48 -06:00
|
|
|
|
2023-09-15 21:54:06 -05:00
|
|
|
|
2019-11-03 14:35:48 -06:00
|
|
|
[dev-dependencies]
|
2023-12-18 07:53:11 -06:00
|
|
|
expect-test.workspace = true
|
2023-01-17 03:52:26 -06:00
|
|
|
|
|
|
|
# local deps
|
|
|
|
test-utils.workspace = true
|
2023-12-18 07:53:11 -06:00
|
|
|
test-fixture.workspace = true
|
2023-09-15 09:40:11 -05:00
|
|
|
|
|
|
|
[features]
|
|
|
|
in-rust-tree = ["rustc-dependencies/in-rust-tree"]
|
2023-12-29 08:22:29 -06:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|