# 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 = "smcrypto" version = "0.3.1" authors = ["yumeng "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust Implementation of China's Standards of Encryption Algorithms(SM2/SM3/SM4)" readme = "README.md" keywords = [ "cipher", "cryptography", ] license = "MIT" repository = "https://github.com/zhuobie/smcrypto" [lib] name = "smcrypto" path = "src/lib.rs" [dependencies.base64] version = "0.13.0" [dependencies.bytes] version = "1.1.0" [dependencies.hex] version = "0.4.3" [dependencies.num-bigint] version = "0.4.3" [dependencies.num-integer] version = "0.1.44" [dependencies.num-traits] version = "0.2.14" [dependencies.pem] version = "1.0.2" [dependencies.rand] version = "0.8.4" [dependencies.yasna] version = "0.5.0" features = ["num-bigint"]