# 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" version = "0.14.27" authors = ["Ralf Biedert "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The polyglot bindings generator for your library (C#, C, Python, ...). 🐙" documentation = "https://docs.rs/interoptopus/" readme = "README.md" keywords = [ "ffi", "code-generation", "bindings", ] categories = [ "api-bindings", "development-tools::ffi", ] license = "MIT" repository = "https://github.com/ralfbiedert/interoptopus" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "interoptopus" path = "src/lib.rs" [dependencies.interoptopus_proc] version = "0.14.0" optional = true [dependencies.log] version = "0.4.14" optional = true [dependencies.serde] version = "1.0.203" features = ["derive"] optional = true [dev-dependencies] [features] default = ["derive"] derive = ["interoptopus_proc"]