bindy 0.32.0

Generator for chia-wallet-sdk bindings.
Documentation
[dependencies.bip39]
version = "2.2.0"

[dependencies.chia-bls]
version = "0.32.0"

[dependencies.chia-protocol]
version = "0.32.0"

[dependencies.chia-sdk-client]
optional = true
version = "0.32.0"

[dependencies.chia-sdk-driver]
features = ["offer-compression"]
version = "0.32.0"

[dependencies.chia-sdk-test]
version = "0.32.0"

[dependencies.chia-sdk-utils]
version = "0.32.0"

[dependencies.chia-ssl]
optional = true
version = "0.32.0"

[dependencies.chia-traits]
version = "0.32.0"

[dependencies.clvm-traits]
version = "0.32.0"

[dependencies.clvm-utils]
version = "0.32.0"

[dependencies.clvmr]
version = "0.16.2"

[dependencies.hex]
version = "0.4.3"

[dependencies.js-sys]
optional = true
version = "0.3.77"

[dependencies.napi]
default-features = false
features = ["napi6"]
optional = true
version = "3.3.0"

[dependencies.num-bigint]
version = "0.4.6"

[dependencies.pyo3]
optional = true
version = "0.23.5"

[dependencies.reqwest]
default-features = false
features = ["json"]
version = "0.12.23"

[dependencies.signature]
version = "2.2.0"

[dependencies.thiserror]
version = "2.0.17"

[features]
napi = ["dep:napi", "dep:chia-sdk-client", "dep:chia-ssl"]
pyo3 = ["dep:pyo3", "dep:chia-sdk-client", "dep:chia-ssl"]
wasm = ["dep:js-sys"]

[lib]
name = "bindy"
path = "src/lib.rs"

[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 = "Generator for chia-wallet-sdk bindings."
edition = "2024"
homepage = "https://github.com/xch-dev/chia-wallet-sdk"
keywords = ["chia", "wallet", "blockchain", "crypto"]
license = "Apache-2.0"
name = "bindy"
readme = "README.md"
repository = "https://github.com/xch-dev/chia-wallet-sdk"
resolver = "2"
version = "0.32.0"