]> git.lizzy.rs Git - rust.git/blob - crates/hir_expand/Cargo.toml
more frugal map
[rust.git] / crates / hir_expand / Cargo.toml
1 [package]
2 name = "hir_expand"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 edition = "2021"
7 rust-version = "1.56"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 cov-mark = "2.0.0-pre.1"
14 tracing = "0.1"
15 either = "1.5.3"
16 rustc-hash = "1.0.0"
17 la-arena = { version = "0.3.0", path = "../../lib/arena" }
18 itertools = "0.10.0"
19 hashbrown = { version = "0.11", features = ["inline-more"], default-features = false }
20
21 base_db = { path = "../base_db", version = "0.0.0" }
22 cfg = { path = "../cfg", version = "0.0.0" }
23 syntax = { path = "../syntax", version = "0.0.0" }
24 profile = { path = "../profile", version = "0.0.0" }
25 tt = { path = "../tt", version = "0.0.0" }
26 mbe = { path = "../mbe", version = "0.0.0" }
27 limit = { path = "../limit", version = "0.0.0" }