[dependencies.chia-bls]
version = "0.36.1"
[dependencies.chia-consensus]
version = "0.36.1"
[dependencies.chia-protocol]
version = "0.36.1"
[dependencies.chia-puzzle-types]
version = "0.36.1"
[dependencies.chia-puzzles]
version = "0.20.3"
[dependencies.chia-sdk-derive]
version = "0.33.0"
[dependencies.chia-secp]
version = "0.36.1"
[dependencies.chia-sha2]
version = "0.36.1"
[dependencies.chialisp]
version = "0.4.1"
[dependencies.clvm-traits]
features = ["chia-secp"]
version = "0.36.1"
[dependencies.clvm-utils]
version = "0.36.1"
[dependencies.clvmr]
version = "0.16.2"
[dependencies.hex-literal]
version = "0.4.1"
[dependencies.rue-compiler]
version = "0.6.0"
[dependencies.rue-lir]
version = "0.6.0"
[dependencies.rue-options]
version = "0.6.0"
[dependencies.thiserror]
version = "2.0.17"
[dev-dependencies.anyhow]
version = "1.0.100"
[dev-dependencies.hex]
version = "0.4.3"
[dev-dependencies.rand]
version = "0.9.2"
[dev-dependencies.rand_chacha]
version = "0.9.0"
[dev-dependencies.rstest]
version = "0.22.0"
[features]
action-layer = []
chip-0035 = []
[lib]
name = "chia_sdk_types"
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 = "Standard Chia types for things such as puzzle info and conditions."
edition = "2024"
homepage = "https://github.com/xch-dev/chia-wallet-sdk"
keywords = ["chia", "wallet", "blockchain", "crypto"]
license = "Apache-2.0"
name = "chia-sdk-types"
readme = "README.md"
repository = "https://github.com/xch-dev/chia-wallet-sdk"
resolver = "2"
version = "0.33.0"