# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "chia-consensus" version = "0.17.0" authors = [ "Richard Kiss ", "Arvid Norberg ", ] description = "Utility functions and types used by the Chia blockchain full node" homepage = "https://github.com/Chia-Network/chia_rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Chia-Network/chia_rs" [lib] bench = false [[bench]] name = "run-generator" harness = false [[bench]] name = "tree-hash" harness = false [[bench]] name = "merkle-set" harness = false [dependencies.chia-bls] version = "0.17.0" [dependencies.chia-protocol] version = "0.17.0" [dependencies.chia-puzzles] version = "0.17.0" [dependencies.chia-sha2] version = "0.17.0" [dependencies.chia-traits] version = "0.17.0" [dependencies.chia_py_streamable_macro] version = "0.17.0" optional = true [dependencies.chia_streamable_macro] version = "0.17.0" [dependencies.clvm-traits] version = "0.17.0" [dependencies.clvm-utils] version = "0.17.0" [dependencies.clvmr] version = "0.10.0" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.4.1" [dependencies.pyo3] version = "0.22.6" optional = true [dependencies.thiserror] version = "1.0.69" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.num-traits] version = "0.2.15" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.text-diff] version = "0.4.0" [features] py-bindings = [ "dep:pyo3", "dep:chia_py_streamable_macro", "chia-traits/py-bindings", "chia-protocol/py-bindings", ] [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