# 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 = "efficient-sm2" version = "0.2.4" authors = ["yieazy "] description = "A Rust Library of China's Standards of Signature Algorithms (SM2)" documentation = "https://mock.icu/efficient-sm2" readme = "README.md" keywords = [ "sm2", "cryptography", "performance", ] license = "Apache-2.0" repository = "https://github.com/Pencil-Yao/efficient-sm2" [dependencies.libsm] version = "0.6" [dependencies.rand] version = "0.8" [dev-dependencies.hex] version = "0.4" [dev-dependencies.num-bigint] version = "0.4" [dev-dependencies.num-traits] version = "0.2" [features] internal_benches = []