[dependencies.chia-sdk-bindings]
version = "0.33.0"
[dependencies.convert_case]
version = "0.8.0"
[dependencies.indexmap]
features = ["serde"]
version = "2.11.4"
[dependencies.indoc]
version = "2.0.6"
[dependencies.proc-macro2]
version = "1.0.101"
[dependencies.quote]
version = "1.0.41"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.syn]
version = "2.0.106"
[lib]
name = "bindy_macro"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
cargo_common_metadata = "allow"
format_push_string = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
result_large_err = "allow"
too_many_lines = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
dead_code = "deny"
deprecated = "deny"
deprecated_in_future = "deny"
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
non_ascii_idents = "deny"
trivial_casts = "deny"
trivial_numeric_casts = "deny"
unreachable_code = "warn"
unreachable_patterns = "deny"
unreachable_pub = "allow"
unsafe_code = "deny"
unused_extern_crates = "deny"
[lints.rust.future_incompatible]
level = "deny"
priority = -1
[lints.rust.nonstandard_style]
level = "deny"
priority = -1
[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1
[lints.rust.rust_2021_compatibility]
level = "deny"
priority = -1
[lints.rustdoc]
missing_crate_level_docs = "allow"
[lints.rustdoc.all]
level = "deny"
priority = -1
[package]
authors = ["Brandon Haggstrom <me@rigidnetwork.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies", "development-tools"]
description = "Macro for the Bindy generator."
edition = "2024"
homepage = "https://github.com/xch-dev/chia-wallet-sdk"
keywords = ["chia", "wallet", "blockchain", "crypto"]
license = "Apache-2.0"
name = "bindy-macro"
readme = "README.md"
repository = "https://github.com/xch-dev/chia-wallet-sdk"
resolver = "2"
version = "0.33.0"
[target.aarch64-unknown-linux-gnu.dependencies.openssl]
features = ["vendored"]
version = "0.10.73"
[target.aarch64-unknown-linux-gnu.dependencies.openssl-sys]
features = ["vendored"]
version = "0.9.108"
[target.aarch64-unknown-linux-musl.dependencies.openssl]
features = ["vendored"]
version = "0.10.73"
[target.aarch64-unknown-linux-musl.dependencies.openssl-sys]
features = ["vendored"]
version = "0.9.108"
[target.x86_64-unknown-linux-gnu.dependencies.openssl]
features = ["vendored"]
version = "0.10.73"
[target.x86_64-unknown-linux-gnu.dependencies.openssl-sys]
features = ["vendored"]
version = "0.9.108"
[target.x86_64-unknown-linux-musl.dependencies.openssl]
features = ["vendored"]
version = "0.10.73"
[target.x86_64-unknown-linux-musl.dependencies.openssl-sys]
features = ["vendored"]
version = "0.9.108"