]> git.lizzy.rs Git - rust.git/blob - crates/proc_macro_api/Cargo.toml
Merge #9417
[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 edition = "2018"
7
8 [lib]
9 doctest = false
10
11 [dependencies]
12 serde = { version = "1.0", features = ["derive"] }
13 serde_json = { version = "1.0", features = ["unbounded_depth"] }
14 log = "0.4.8"
15 crossbeam-channel = "0.5.0"
16 jod-thread = "0.1.1"
17 memmap2 = "0.3.0"
18 object = { version = "0.25.3", default-features = false, features = ["std", "read_core", "elf", "macho", "pe"] }
19 snap = "1.0"
20
21 tt = { path = "../tt", version = "0.0.0" }
22 base_db = { path = "../base_db", version = "0.0.0" }
23 stdx = { path = "../stdx", version = "0.0.0" }
24 profile = { path = "../profile", version = "0.0.0" }