libffi 0.5.3

Rust bindings for libffi
Documentation
[package]
name = "libffi"
version = "0.5.3"
authors = ["Jesse A. Tov <jesse.tov@gmail.com>"]
description = "Rust bindings for libffi"
repository = "https://github.com/tov/libffi-rs"
homepage = "https://github.com/tov/libffi-rs"
documentation = "http://tov.github.io/libffi-rs/"
readme = "README.md"
license = "MIT/Apache-2.0"
keywords = ["ffi", "libffi", "closure", "c"]

[features]
unique = []
complex = []

[dependencies]
libffi-sys = "0.5.2"
abort_on_panic = "1.0.0"
libc = "0.2.11"
clippy = { version = "0", optional = true }