# 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 = "ffi_helpers" version = "0.3.0" authors = ["Michael Bryan "] description = "A crate to help make working with FFI easier." readme = "README.md" keywords = ["ffi", "error-handling", "foreign", "extern"] categories = ["development-tools::ffi", "rust-patterns", "asynchronous"] license = "MIT" repository = "https://github.com/Michael-F-Bryan/ffi_helpers" resolver = "2" [dependencies.anyhow] version = "1.0.44" [dependencies.libc] version = "0.2.36" [dependencies.thiserror] version = "1.0.30" [badges.maintenance] status = "actively-developed"