# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ffiber" version = "0.1.0" authors = ["Gina Yuan "] 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" readme = "README.md" keywords = [ "ffi", "C", "bindgen", "cbindgen", "bindings", ] categories = [ "development-tools::ffi", "development-tools::build-utils", ] license-file = "LICENSE" repository = "https://github.com/ygina/ffiber/tree/master" resolver = "2" [[example]] name = "cornflakes" [dependencies.color-eyre] version = "0.5" [dependencies.which] version = "4.1.0"