libffi2 3.2.3

Rust bindings for libffi
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cc"
version = "1.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af"
dependencies = [
 "shlex",
]

[[package]]
name = "libc"
version = "0.2.170"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"

[[package]]
name = "libffi-sys2"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc398f7f8299f5a998c41d55ff271076682cdf9548c1636662c846e60c989d76"
dependencies = [
 "cc",
]

[[package]]
name = "libffi2"
version = "3.2.3"
dependencies = [
 "libc",
 "libffi-sys2",
]

[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"