mirror of
https://github.com/pezkuwichain/bizinikiwi-bn.git
synced 2026-04-22 02:07:55 +00:00
e437f66c20
- 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>
30 lines
882 B
TOML
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"] }
|
|
|