sm9_core 0.4.2

SM9, identity-based cryptography
Documentation
[[bench]]
harness = false
name = "my_benchmark"
path = "benches/my_benchmark.rs"

[dependencies.ark-ff]
features = ["asm"]
version = "0.5.0"

[dependencies.byteorder]
default-features = false
features = ["i128"]
version = "1.5.0"

[dependencies.crunchy]
version = "0.2.3"

[dependencies.hex-literal]
version = "1.0.0"

[dependencies.lazy_static]
features = ["spin_no_std"]
version = "1.5.0"

[dependencies.num-traits]
default-features = false
version = "0.2.19"

[dependencies.rand]
default-features = false
version = "0.8.5"

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

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

[lib]
name = "sm9_core"
path = "src/lib.rs"

[package]
authors = ["John Yu <cb8866@sina.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "SM9, identity-based cryptography"
documentation = "https://docs.rs/sm9_core/"
edition = "2021"
keywords = ["SM9", "pairing", "crypto", "cryptography", "shangmi"]
license = "MIT OR Apache-2.0"
name = "sm9_core"
readme = "README.md"
repository = "https://github.com/John-Yu/SM9_core"
version = "0.4.2"

[profile.dev]
opt-level = 0

[profile.dev.package."*"]
opt-level = 3

[profile.release]
opt-level = 3

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"