chik-bls 0.28.2

BLS signature, verification and aggregation functions for the Chik blockchain
Documentation
[[bench]]
harness = false
name = "cache"
path = "benches/cache.rs"

[[bench]]
harness = false
name = "derive_key"
path = "benches/derive_key.rs"

[[bench]]
harness = false
name = "parse"
path = "benches/parse.rs"

[[bench]]
harness = false
name = "sign"
path = "benches/sign.rs"

[[bench]]
harness = false
name = "verify"
path = "benches/verify.rs"

[dependencies.arbitrary]
optional = true
version = "1.4.1"

[dependencies.blst]
features = ["portable"]
version = "0.3.14"

[dependencies.chik-serde]
optional = true
version = "0.28.2"

[dependencies.chik-sha2]
version = "0.28.2"

[dependencies.chik-traits]
version = "0.28.2"

[dependencies.chik_py_streamable_macro]
optional = true
version = "0.28.2"

[dependencies.hex]
version = "0.4.3"

[dependencies.hkdf]
version = "0.12.0"

[dependencies.linked-hash-map]
version = "0.5.6"

[dependencies.pyo3]
features = ["multiple-pymethods"]
optional = true
version = "0.24.1"

[dependencies.serde]
optional = true
version = "1.0.219"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "1.0.69"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.rstest]
version = "0.22.0"

[features]
arbitrary = ["dep:arbitrary"]
py-bindings = ["dep:pyo3", "dep:chik_py_streamable_macro", "chik-traits/py-bindings"]
serde = ["dep:serde", "dep:chik-serde"]

[lib]
bench = false
crate-type = ["rlib"]
name = "chik_bls"
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@chiknetwork.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "BLS signature, verification and aggregation functions for the Chik blockchain"
edition = "2021"
homepage = "https://github.com/Chik-Network/chik_rs"
license = "Apache-2.0"
name = "chik-bls"
readme = false
repository = "https://github.com/Chik-Network/chik_rs"
version = "0.28.2"