# 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 = "2018" name = "interoptopus_reference_project" version = "0.14.25" authors = ["Ralf Biedert "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A reference project for Interoptopus backends to test interop generation." documentation = "https://docs.rs/interoptopus_reference_project/" readme = "README.md" keywords = ["ffi"] categories = [ "api-bindings", "development-tools::ffi", ] license = "MIT" repository = "https://github.com/ralfbiedert/interoptopus" [lib] name = "interoptopus_reference_project" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.interoptopus] version = "0.14.0"