[go: up one dir, main page]

chia-tools 0.32.0

Utility functions and types used by the Chia blockchain full node
Documentation
[[bin]]
bench = false
name = "analyze-chain"
path = "src/bin/analyze-chain.rs"
test = false

[[bin]]
name = "benchmark-condition-costs"
path = "src/bin/benchmark-condition-costs.rs"

[[bin]]
bench = false
name = "compress-clvm"
path = "src/bin/compress-clvm.rs"
test = false

[[bin]]
bench = false
name = "fast-forward-spend"
path = "src/bin/fast-forward-spend.rs"
test = false

[[bin]]
bench = false
name = "gen-corpus"
path = "src/bin/gen-corpus.rs"
test = false

[[bin]]
bench = false
name = "get-generator"
path = "src/bin/get-generator.rs"
test = false

[[bin]]
bench = false
name = "optimize-db"
path = "src/bin/optimize-db.rs"
test = false

[[bin]]
bench = false
name = "puzzle-hash"
path = "src/bin/puzzle-hash.rs"
test = false

[[bin]]
bench = false
name = "rollback-blockchain-db"
path = "src/bin/rollback-blockchain-db.rs"
test = false

[[bin]]
bench = false
name = "run-spend"
path = "src/bin/run-spend.rs"
test = false

[[bin]]
bench = false
name = "test-block-generators"
path = "src/bin/test-block-generators.rs"
test = false

[[bin]]
bench = false
name = "validate-blockchain-db"
path = "src/bin/validate-blockchain-db.rs"
test = false

[dependencies.blocking-threadpool]
version = "1.0.1"

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

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

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

[dependencies.chia-puzzle-types]
version = "0.32.0"

[dependencies.chia-puzzles]
version = "0.20.1"

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

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

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

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

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

[dependencies.clvmr]
features = ["counters"]
version = "0.16.2"

[dependencies.gnuplot]
version = "0.0.46"

[dependencies.hex]
version = "0.4.3"

[dependencies.hex-literal]
version = "0.4.1"

[dependencies.linreg]
version = "0.2.0"

[dependencies.rusqlite]
features = ["bundled"]
version = "0.31.0"

[dependencies.zstd]
version = "0.13.3"

[lib]
crate-type = ["rlib"]
name = "chia_tools"
path = "src/lib.rs"

[lints.clippy]
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
implicit_hasher = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
similar_names = "allow"
too_many_lines = "allow"
wildcard_imports = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
dead_code = "deny"
deprecated = "deny"
deprecated_in_future = "deny"
non_ascii_idents = "deny"
trivial_casts = "deny"
trivial_numeric_casts = "deny"
unreachable_code = "deny"
unreachable_patterns = "deny"
unsafe_code = "deny"
unused_import_braces = "deny"
unused_imports = "warn"

[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

[package]
authors = ["Arvid Norberg <arvid@chia.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utility functions and types used by the Chia blockchain full node"
edition = "2021"
homepage = "https://github.com/Chia-Network/chia_rs"
license = "Apache-2.0"
name = "chia-tools"
readme = false
repository = "https://github.com/Chia-Network/chia_rs"
version = "0.32.0"