mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
25 lines
488 B
TOML
25 lines
488 B
TOML
[package]
|
|
name = "sp-debug-derive"
|
|
version = "2.0.0-alpha.3"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "GPL-3.0"
|
|
homepage = "https://substrate.dev"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Macros to derive runtime debug implementation."
|
|
documentation = "https://docs.rs/sp-debug-derive"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "=1.0.2"
|
|
syn = "1.0.7"
|
|
proc-macro2 = "1.0"
|
|
|
|
[features]
|
|
std = []
|
|
|
|
[dev-dependencies]
|
|
|