# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sm9_core" version = "0.4.1" authors = ["John Yu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SM9, identity-based cryptography" documentation = "https://docs.rs/sm9_core/" readme = "README.md" keywords = [ "SM9", "pairing", "crypto", "cryptography", "shangmi", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/John-Yu/SM9_core" [profile.dev] opt-level = 0 [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = 3 [lib] name = "sm9_core" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [[bench]] name = "my_benchmark" path = "benches/my_benchmark.rs" harness = false [dependencies.ark-ff] version = "0.5.0" features = ["asm"] [dependencies.byteorder] version = "1" features = ["i128"] default-features = false [dependencies.crunchy] version = "0.2.2" [dependencies.hex-literal] version = "0.4.1" [dependencies.lazy_static] version = "1.5.0" features = ["spin_no_std"] [dependencies.num-traits] version = "0.2.19" default-features = false [dependencies.rand] version = "0.8.5" default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5"