binky-macro 0.25.0

Macro for the Binky generator.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"