# 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_stzhang" version = "0.2.0" authors = ["stuart_zhang "] description = "A Rust Library of China's Standards of Encryption Algorithms (SM2/3/4)" readme = "README.md" keywords = [ "cipher", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/stuartZhang/libsm.git" [dependencies.byteorder] version = "1.3.4" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.lazy_static] version = "1.4.0" [dependencies.num-bigint] version = "0.4.3" [dependencies.num-integer] version = "0.1.43" [dependencies.num-traits] version = "0.2.15" [dependencies.rand] version = "0.8.5" [dependencies.yasna] version = "0.5.2" features = ["num-bigint"] [dev-dependencies.hex] version = "0.4.2"