rust_sm 0.1.4

A rust implementation for sm.
Documentation
[[bin]]
name = "rust_sm"
path = "src/bin.rs"
[dependencies.anyhow]
version = "1.0"

[dependencies.libloading]
version = "0.6.3"

[dependencies.once_cell]
version = "1.4.0"

[lib]
name = "rust_sm"
path = "src/lib.rs"

[package]
authors = ["wangmarkqi <wangalexqi@126.com>"]
build = "build.rs"
description = "A rust implementation for sm."
documentation = "https://docs.rs/rust_sm/0.1.3/rust_sm/"
edition = "2018"
homepage = "https://github.com/wangmarkqi/rust_sm.git"
include = ["**/*.lib", "**/*.dll", "**/*.rs", "**/*.c", "**/*.h", "**/*.so", "Cargo.toml"]
license = "MIT"
name = "rust_sm"
repository = "https://github.com/wangmarkqi/rust_sm.git"
version = "0.1.4"