chia-sdk-cli 0.31.0

Command line tools powered by the Chia Wallet SDK.
[[bin]]
name = "chia-sdk-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.chia-wallet-sdk]
version = "0.31.0"

[dependencies.clap]
features = ["derive"]
version = "4.5.50"

[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 = "Command line tools powered by the Chia Wallet SDK."
edition = "2024"
homepage = "https://github.com/Rigidity/chia-wallet-sdk"
keywords = ["chia", "wallet", "blockchain", "crypto"]
license = "Apache-2.0"
name = "chia-sdk-cli"
readme = "README.md"
repository = "https://github.com/Rigidity/chia-wallet-sdk"
resolver = "2"
version = "0.31.0"