# 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-sm4" version = "0.10.0" authors = ["evanyang1120@163.com"] description = "A Rust Implementation of China's Standards of Encryption Algorithms SM4" homepage = "https://github.com/CrayfishGo/gm-rs.git" documentation = "https://docs.rs/gm-sm4/" readme = "README.md" keywords = ["sm4"] categories = ["cryptography"] license = "MIT" resolver = "1" [dependencies.hex] version = "0.4" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.hex-literal] version = "0.3"