2018-11-27 18:42:26 -06:00
|
|
|
[package]
|
2020-08-13 09:36:55 -05:00
|
|
|
name = "hir"
|
|
|
|
version = "0.0.0"
|
2020-08-24 06:06:30 -05:00
|
|
|
description = "TBD"
|
2023-02-13 05:55:14 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
rust-version.workspace = true
|
2018-11-27 18:42:26 -06:00
|
|
|
|
2019-11-17 09:35:05 -06:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2018-11-27 18:42:26 -06:00
|
|
|
[dependencies]
|
2023-12-18 07:53:11 -06:00
|
|
|
rustc-hash.workspace = true
|
2023-11-15 05:07:36 -06:00
|
|
|
either.workspace = true
|
2023-12-20 05:53:46 -06:00
|
|
|
arrayvec.workspace = true
|
2023-11-15 04:53:56 -06:00
|
|
|
itertools.workspace = true
|
2023-02-20 02:14:12 -06:00
|
|
|
smallvec.workspace = true
|
2023-06-05 04:04:23 -05:00
|
|
|
triomphe.workspace = true
|
2023-07-17 08:49:15 -05:00
|
|
|
once_cell = "1.17.1"
|
2020-03-07 08:27:03 -06:00
|
|
|
|
2023-02-13 05:55:14 -06:00
|
|
|
# local deps
|
|
|
|
base-db.workspace = true
|
|
|
|
cfg.workspace = true
|
|
|
|
hir-def.workspace = true
|
|
|
|
hir-expand.workspace = true
|
|
|
|
hir-ty.workspace = true
|
|
|
|
profile.workspace = true
|
|
|
|
stdx.workspace = true
|
|
|
|
syntax.workspace = true
|
|
|
|
tt.workspace = true
|
2023-11-13 12:54:53 -06:00
|
|
|
|
|
|
|
[features]
|
|
|
|
in-rust-tree = []
|