[package]
edition = "2021"
name = "binky-macro"
version = "0.25.0"
authors = ["Brandon Haggstrom <me@rigidnetwork.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro for the Binky generator."
homepage = "https://github.com/Chik-Network/chik-wallet-sdk"
readme = "README.md"
keywords = [
"chik",
"wallet",
"blockchain",
"crypto",
]
categories = [
"cryptography::cryptocurrencies",
"development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/Chik-Network/chik-wallet-sdk"
[lib]
name = "binky_macro"
path = "src/lib.rs"
proc-macro = true
[dependencies.convert_case]
version = "0.6.0"
[dependencies.indexmap]
version = "2.9.0"
features = ["serde"]
[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0.40"
[dependencies.serde]
version = "1.0.219"
features = [
"derive",
"derive",
]
[dependencies.serde_json]
version = "1.0.140"
[dependencies.syn]
version = "2.0.101"