2020-03-18 04:47:59 -05:00
|
|
|
[package]
|
2020-08-13 05:07:28 -05:00
|
|
|
name = "proc_macro_api"
|
2020-08-13 10:42:52 -05:00
|
|
|
version = "0.0.0"
|
2020-08-24 06:06:30 -05:00
|
|
|
description = "TBD"
|
2020-07-13 20:57:26 -05:00
|
|
|
license = "MIT OR Apache-2.0"
|
2020-08-13 10:42:52 -05:00
|
|
|
edition = "2018"
|
2020-03-18 04:47:59 -05:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2020-03-26 16:08:26 -05:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2021-01-18 06:04:20 -06:00
|
|
|
serde_json = { version = "1.0", features = ["unbounded_depth"] }
|
2021-08-15 07:46:13 -05:00
|
|
|
tracing = "0.1"
|
2021-10-01 10:55:52 -05:00
|
|
|
memmap2 = "0.5"
|
2021-04-22 13:25:29 -05:00
|
|
|
snap = "1.0"
|
2020-08-13 05:07:28 -05:00
|
|
|
|
2021-07-17 08:54:48 -05:00
|
|
|
paths = { path = "../paths", version = "0.0.0" }
|
2020-08-24 03:25:19 -05:00
|
|
|
tt = { path = "../tt", version = "0.0.0" }
|
2021-02-01 13:24:09 -06:00
|
|
|
stdx = { path = "../stdx", version = "0.0.0" }
|
2021-04-22 13:25:29 -05:00
|
|
|
profile = { path = "../profile", version = "0.0.0" }
|
2021-08-22 06:05:12 -05:00
|
|
|
# Intentionally *not* depend on anything salsa-related
|
|
|
|
# base_db = { path = "../base_db", version = "0.0.0" }
|
|
|
|
|
|
|
|
[dependencies.object]
|
|
|
|
version = "0.26"
|
|
|
|
default-features = false
|
2021-10-01 10:55:52 -05:00
|
|
|
features = ["std", "read_core", "elf", "macho", "pe"]
|