[go: up one dir, main page]

chia_rs 0.19.1

Code useful for implementing chia consensus.
Documentation
[dependencies.chia-bls]
features = ["py-bindings"]
version = "0.19.0"

[dependencies.chia-client]
version = "0.19.0"

[dependencies.chia-consensus]
features = ["py-bindings"]
version = "0.19.0"

[dependencies.chia-protocol]
features = ["py-bindings"]
version = "0.19.0"

[dependencies.chia-ssl]
version = "0.19.0"

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

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

[dependencies.clvmr]
version = "0.12.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.pyo3]
features = ["multiple-pymethods"]
version = "0.23.4"

[features]
openssl = ["clvmr/openssl"]

[lib]
crate-type = ["cdylib"]
name = "chia_rs"
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 = ["Richard Kiss <him@richardkiss.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Code useful for implementing chia consensus."
edition = "2021"
homepage = "https://github.com/Chia-Network/chia_rs"
license = "Apache-2.0"
name = "chia_rs"
readme = "README.md"
repository = "https://github.com/Chia-Network/chia_rs"
version = "0.19.1"

[package.metadata.cargo-machete]
ignored = ["chia-client", "chia-ssl"]

[package.metadata.maturin]
python-source = "python"