rustler 0.8.3

Safe Rust wrappers for creating Erlang NIF functions
[package]
name = "rustler"
description = "Safe Rust wrappers for creating Erlang NIF functions"
repository = "https://github.com/hansihe/Rustler"
version = "0.8.3"
authors = ["Hansihe <me@hansihe.com>"]
license = "MIT/Apache-2.0"

[dependencies]
ruster_unsafe = ">=0.4"
libc = ">=0.1"
lazy_static = "0.1.*"