mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 23:27:56 +00:00
5f9ebf28da
* Bump version to 0.8 * Update changelog
37 lines
974 B
TOML
37 lines
974 B
TOML
[package]
|
|
name = "substrate-subxt-proc-macro"
|
|
version = "0.8.0"
|
|
authors = ["David Craven <david@craven.ch>", "Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
autotests = false
|
|
|
|
license = "GPL-3.0"
|
|
repository = "https://github.com/paritytech/substrate-subxt"
|
|
documentation = "https://docs.rs/substrate-subxt"
|
|
homepage = "https://www.parity.io/"
|
|
description = "Derive calls, events, storage and tests for interacting Substrate modules with substrate-subxt"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
heck = "0.3.1"
|
|
proc-macro2 = "1.0.10"
|
|
proc-macro-crate = "0.1.4"
|
|
quote = "1.0.3"
|
|
syn = "1.0.17"
|
|
synstructure = "0.12.3"
|
|
|
|
[dev-dependencies]
|
|
async-std = { version = "1.5.0", features = ["attributes"] }
|
|
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
|
|
env_logger = "0.7.1"
|
|
pretty_assertions = "0.6.1"
|
|
sp-keyring = "2.0.0-rc2"
|
|
substrate-subxt = { path = ".." }
|
|
trybuild = "1.0.25"
|
|
|
|
[[test]]
|
|
name = "balances"
|
|
path = "tests/balances.rs"
|