# 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 = "gm-rs" version = "0.8.0" authors = ["evanyang1120@163.com"] description = "A Rust Implementation of China's Standards of Encryption Algorithms(SM2/SM3/SM4)" homepage = "https://github.com/CrayfishGo/gm-rs.git" documentation = "https://docs.rs/gm-rs/" readme = "README.md" keywords = [ "sm2", "sm3", "sm4", "zuc", ] categories = ["cryptography"] license = "MIT" [[bench]] name = "sm2" harness = false [dependencies.base64] version = "0.21.0" [dependencies.byteorder] version = "1.0.0" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-bigint] version = "0.8.1" features = [ "i128", "u64_digit", ] default-features = false package = "num-bigint-dig" [dependencies.num-integer] version = "0.1.44" [dependencies.num-traits] version = "0.2.14" [dependencies.rand] version = "0.8.4" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.hex-literal] version = "0.3"