rust_sm 0.1.4

A rust implementation for sm.
Documentation
[package]

name = "rust_sm"

version = "0.1.4"

authors = ["wangmarkqi <wangalexqi@126.com>"]

edition = "2018"

description = "A rust implementation for sm."

license = "MIT"

homepage = "https://github.com/wangmarkqi/rust_sm.git"

repository = "https://github.com/wangmarkqi/rust_sm.git"

documentation = "https://docs.rs/rust_sm/0.1.3/rust_sm/"

build = "build.rs"

#cargo package

#cargo publish

include = [

    "**/*.lib",

    "**/*.dll",

    "**/*.rs",

    "**/*.c",

    "**/*.h",

    "**/*.so",

    "Cargo.toml",

]

[lib]

name = "rust_sm"

path = "src/lib.rs"

[[bin]]

name = "rust_sm"

path = "src/bin.rs"





[dependencies]

libloading="0.6.3"

anyhow="1.0"

once_cell = "1.4.0"