Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
706 B
TOML
Raw Normal View History

2020-03-18 17:47:59 +08:00
[package]
2022-04-29 14:29:24 +00:00
name = "proc-macro-api"
2020-08-13 17:42:52 +02:00
version = "0.0.0"
description = "TBD"
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
2020-03-18 17:47:59 +08:00
[lib]
doctest = false
[dependencies]
2023-06-18 18:44:09 +02:00
object = { version = "0.31.0", default-features = false, features = [
2021-12-19 19:00:42 +02:00
"std",
"read_core",
"elf",
"macho",
"pe",
] }
2023-03-25 14:43:08 +01:00
serde.workspace = true
serde_json = { workspace = true, features = ["unbounded_depth"] }
2022-10-08 21:30:04 +03:00
tracing = "0.1.37"
2023-05-02 17:12:22 +03:00
triomphe.workspace = true
2022-06-10 16:30:09 +02:00
memmap2 = "0.5.4"
2023-01-21 09:56:07 +02:00
snap = "1.1.0"
2020-08-13 12:07:28 +02:00
# local deps
paths.workspace = true
tt.workspace = true
stdx.workspace = true
profile.workspace = true
# Intentionally *not* depend on anything salsa-related
# base-db.workspace = true