]> git.lizzy.rs Git - rust.git/blob - crates/ra_ide_api/Cargo.toml
f7013c3c11ad55c790998cf34a3b49d3ba7fedef
[rust.git] / crates / ra_ide_api / Cargo.toml
1 [package]
2 edition = "2018"
3 name = "ra_ide_api"
4 version = "0.1.0"
5 authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
6
7 [dependencies]
8 itertools = "0.8.0"
9 log = "0.4.5"
10 relative-path = "0.4.0"
11 rayon = "1.0.2"
12 fst = "0.3.1"
13 salsa = "0.9.1"
14 rustc-hash = "1.0"
15 parking_lot = "0.7.0"
16 unicase = "2.2.0"
17
18 ra_syntax = { path = "../ra_syntax" }
19 ra_ide_api_light = { path = "../ra_ide_api_light" }
20 ra_text_edit = { path = "../ra_text_edit" }
21 ra_db = { path = "../ra_db" }
22 hir = { path = "../ra_hir", package = "ra_hir" }
23 test_utils = { path = "../test_utils" }
24
25 [dev-dependencies]
26 insta = "0.1.4"