mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 04:01:10 +00:00
a0f83eb992
* Revert "[Substrate companion] update libp2p to 0.52.0 (#7472)"
This reverts commit 7a1d96e1ce.
* Update dependencies
* update lockfile for {"substrate"}
---------
Co-authored-by: parity-processbot <>
31 lines
734 B
TOML
31 lines
734 B
TOML
[package]
|
|
name = "tracing-gum-proc-macro"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Generate an overseer including builder pattern and message wrapper from a single annotated struct definition."
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "2.0.15", features = ["full", "extra-traits"] }
|
|
quote = "1.0.28"
|
|
proc-macro2 = "1.0.56"
|
|
proc-macro-crate = "1.1.3"
|
|
expander = "2.0.0"
|
|
|
|
[dev-dependencies]
|
|
assert_matches = "1.5.0"
|
|
|
|
|
|
[features]
|
|
default = []
|
|
# write the expanded version to a `gum.[a-f0-9]{10}.rs`
|
|
# in the `OUT_DIR` as defined by `cargo` for the `expander` crate.
|
|
expand = []
|