Files
pezkuwichain e437f66c20 Rebrand to bizinikiwi-bn for Pezkuwi Network
- Rename package from substrate-bn to bizinikiwi-bn
- Update authors, homepage, repository URLs
- Update license copyright to PezkuwiChain
- Bump version to 0.7.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 06:29:44 +03:00

30 lines
882 B
TOML

[package]
name = "bizinikiwi-bn"
version = "0.7.0"
authors = ["PezkuwiChain Developers <dev@pezkuwichain.io>"]
description = "Pairing cryptography with the Barreto-Naehrig curve"
keywords = ["pairing", "crypto", "cryptography", "pezkuwichain", "bizinikiwi"]
readme = "README.md"
homepage = "https://pezkuwichain.io"
repository = "https://github.com/pezkuwichain/bizinikiwi-bn"
documentation = "https://docs.pezkuwichain.io"
license = "MIT OR Apache-2.0"
edition = "2021"
[features]
default = []
[[bench]]
name = "api"
[dependencies]
rand = { version = "0.8.3", default-features = false }
byteorder = { version = "1.0", features = ["i128"], default-features = false }
crunchy = "0.2.1"
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
rustc-hex = { version = "2", default-features = false }
[dev-dependencies]
rand = { version = "0.8.3", features = ["std_rng"] }