2020-03-18 09:47:59 +00:00
|
|
|
[package]
|
2020-08-13 10:07:28 +00:00
|
|
|
name = "proc_macro_api"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-08-24 11:06:30 +00:00
|
|
|
description = "TBD"
|
2020-07-14 01:57:26 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2020-08-13 15:42:52 +00:00
|
|
|
edition = "2018"
|
2020-03-18 09:47:59 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2020-03-26 21:08:26 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2021-01-18 12:04:20 +00:00
|
|
|
serde_json = { version = "1.0", features = ["unbounded_depth"] }
|
2021-08-15 12:46:13 +00:00
|
|
|
tracing = "0.1"
|
2021-06-22 17:18:48 +00:00
|
|
|
memmap2 = "0.3.0"
|
2021-04-22 18:25:29 +00:00
|
|
|
snap = "1.0"
|
2020-08-13 10:07:28 +00:00
|
|
|
|
2021-07-17 13:54:48 +00:00
|
|
|
paths = { path = "../paths", version = "0.0.0" }
|
2020-08-24 08:25:19 +00:00
|
|
|
tt = { path = "../tt", version = "0.0.0" }
|
2021-02-01 19:24:09 +00:00
|
|
|
stdx = { path = "../stdx", version = "0.0.0" }
|
2021-04-22 18:25:29 +00:00
|
|
|
profile = { path = "../profile", version = "0.0.0" }
|
2021-08-22 11:05:12 +00: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
|
|
|
|
features = [ "std", "read_core", "elf", "macho", "pe" ]
|