# 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 = "libsm" version = "0.6.0" authors = [ "Tang Zongxun ", "Niu Junxiang <494521900@qq.com>", "yieazy ", "Rivtower Technologies ", ] description = "A Rust Library of China's Standards of Encryption Algorithms (SM2/3/4)" readme = "README.md" keywords = [ "cipher", "cryptography", ] license = "Apache-2.0" [dependencies.byteorder] version = "1.0" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.lazy_static] version = "1.0" [dependencies.num-bigint] version = "0.4" [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.yasna] version = "0.5" features = ["num-bigint"] [dev-dependencies.base64] version = "0.21" [dev-dependencies.hex] version = "0.4" [features] internal_benches = []