# 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 = "neuedu-cryptos" version = "0.6.3" authors = [ "孙福龙 (Fulong Sun) ", "江畔 (Pan Jiang) ", ] exclude = [".*"] description = "包含国密算法的密码库。 A library include SM3, SM4 (Chinese ShangMi) crypto algos." readme = "README.md" keywords = [ "Cryptography", "ShangMi", "SM3", "SM4", "MAC", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [features] block = [] cbc = [] cfb = [] ecb = [] hash = [] hmac = ["mac"] insecure_md5 = ["hash"] insecure_sha1 = ["hash"] mac = ["hash"] ofb = [] sha2 = ["hash"] sm3 = ["hash"] sm4 = ["block"]