ein-ffi 0.2.0

FFI library for Ein programming language
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "autotools"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774fd1b2d459a939302a0bad631a3de176b8bd5f87cbfc28ceb1f6c18d731094"
dependencies = [
 "cc",
]

[[package]]
name = "bdwgc-alloc"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213bd7476d1f29299de16a11b16368bfbc9ed789768fce386fd2ef1ee239aebe"
dependencies = [
 "autotools",
 "libc",
]

[[package]]
name = "cc"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"

[[package]]
name = "ein-ffi"
version = "0.2.0"
dependencies = [
 "bdwgc-alloc",
]

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