rings-derive 0.12.0

Helper macros for rings node implementation.
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 = "rings-derive"
version = "0.12.0"
authors = ["RND <dev@ringsnetwork.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper macros for rings node implementation."
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/RingsNetwork/rings-node"

[features]
core_crate = []
default = []
wasm = ["wasm-bindgen-macro-support"]

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

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

[dependencies.quote]
version = "1.0.32"

[dependencies.syn]
version = "2.0.27"

[dependencies.wasm-bindgen-macro-support]
version = "0.2.100"
optional = true

[lints.clippy]
expect_used = "deny"
indexing_slicing = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.rust]
warnings = "deny"