# 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 = "chik-tools" version = "0.10.0" authors = ["Arvid Norberg "] description = "Utility functions and types used by the Chik blockchain full node" homepage = "https://github.com/Chik-Network/chik_rs" license = "Apache-2.0" repository = "https://github.com/Chik-Network/chik_rs" [lib] name = "chik_tools" crate-type = ["rlib"] [[bin]] name = "analyze-chain" test = false bench = false [[bin]] name = "test-block-generators" test = false bench = false [[bin]] name = "compress-klvm" test = false bench = false [[bin]] name = "gen-corpus" test = false bench = false [[bin]] name = "run-spend" test = false bench = false [[bin]] name = "fast-forward-spend" test = false bench = false [[bin]] name = "optimize-db" test = false bench = false [[bin]] name = "get-generator" test = false bench = false [dependencies.blocking-threadpool] version = "1.0.1" [dependencies.chik-bls] version = "0.10.0" [dependencies.chik-consensus] version = "0.10.0" [dependencies.chik-protocol] version = "0.10.0" [dependencies.chik-puzzles] version = "0.10.0" [dependencies.chik-traits] version = "0.10.0" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.4.1" [dependencies.klvm-traits] version = "0.10.0" [dependencies.klvm-utils] version = "0.10.0" [dependencies.klvmr] version = "0.7.0" features = ["counters"] [dependencies.rusqlite] version = "0.31.0" features = ["bundled"] [dependencies.zstd] version = "0.13.2" [lints.clippy] cast_lossless = "allow" cast_possible_truncation = "allow" cast_possible_wrap = "allow" cast_precision_loss = "allow" cast_sign_loss = "allow" doc_markdown = "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