2020-03-18 04:47:59 -05:00
|
|
|
[package]
|
2022-04-29 09:29:24 -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"
|
2023-01-16 09:41:47 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 09:33:01 -06:00
|
|
|
rust-version.workspace = true
|
2020-03-18 04:47:59 -05:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2023-01-21 01:48:38 -06:00
|
|
|
object = { version = "0.30.2", default-features = false, features = [
|
2021-12-19 11:00:42 -06:00
|
|
|
"std",
|
|
|
|
"read_core",
|
|
|
|
"elf",
|
|
|
|
"macho",
|
|
|
|
"pe",
|
|
|
|
] }
|
2023-03-25 08:43:08 -05:00
|
|
|
serde.workspace = true
|
|
|
|
serde_json = { workspace = true, features = ["unbounded_depth"] }
|
2022-10-08 13:30:04 -05:00
|
|
|
tracing = "0.1.37"
|
2022-06-10 09:30:09 -05:00
|
|
|
memmap2 = "0.5.4"
|
2023-01-21 01:56:07 -06:00
|
|
|
snap = "1.1.0"
|
2020-08-13 05:07:28 -05:00
|
|
|
|
2023-01-17 03:52:26 -06:00
|
|
|
# local deps
|
|
|
|
paths.workspace = true
|
|
|
|
tt.workspace = true
|
|
|
|
stdx.workspace = true
|
|
|
|
profile.workspace = true
|
2021-08-22 06:05:12 -05:00
|
|
|
# Intentionally *not* depend on anything salsa-related
|
2023-01-17 03:52:26 -06:00
|
|
|
# base-db.workspace = true
|