]> git.lizzy.rs Git - rust.git/blob - crates/proc_macro_api/Cargo.toml
Merge #8591 #8638
[rust.git] / crates / proc_macro_api / Cargo.toml
1 [package]
2 name = "proc_macro_api"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 authors = ["rust-analyzer developers"]
7 edition = "2018"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 serde = { version = "1.0", features = ["derive"] }
14 serde_json = { version = "1.0", features = ["unbounded_depth"] }
15 log = "0.4.8"
16 crossbeam-channel = "0.5.0"
17 jod-thread = "0.1.1"
18 memmap = "0.7.0"
19 object = { version = "0.23.0", default-features = false, features = ["std", "read_core", "elf", "macho", "pe", "unaligned"] }
20 snap = "1.0"
21
22 tt = { path = "../tt", version = "0.0.0" }
23 base_db = { path = "../base_db", version = "0.0.0" }
24 stdx = { path = "../stdx", version = "0.0.0" }
25 profile = { path = "../profile", version = "0.0.0" }