[package] name = "ffiber" version = "0.1.0" authors = ["Gina Yuan "] edition = "2021" license-file = "LICENSE" keywords = ["ffi", "C", "bindgen", "cbindgen", "bindings"] categories = ["development-tools::ffi", "development-tools::build-utils"] description = "Enable FFI for calling Rust from C by translating Rust-y library interfaces to extern C functions." homepage = "https://github.com/ygina/ffiber/tree/master" repository = "https://github.com/ygina/ffiber/tree/master" readme = "README.md" [dependencies] color-eyre = "0.5" which = "4.1.0" [[example]] name = "cornflakes"