ckb-script-ipc 1.1.0

Proc macros for CKB Script IPC.
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 = "ckb-script-ipc"
version = "1.1.0"
authors = ["Lyndon <lynndon@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macros for CKB Script IPC."
readme = "README.md"
keywords = [
    "macro",
    "blockchain",
    "no_std",
]
license = "MIT"
repository = "https://github.com/xujiandong/ckb-script-ipc"

[lib]
name = "ckb_script_ipc"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "generate"
path = "tests/generate.rs"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = ["full"]

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.133"
features = ["alloc"]
default-features = false