# 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 = "cglue-macro" version = "0.3.0" authors = ["Aurimas Blažulionis <0x60@pm.me>"] description = "FFI safe code generation macros for making plugins and C-compatible libraries" documentation = "https://docs.rs/cglue-macro" readme = "README.md" keywords = [ "cglue", "abi", "ffi", "cbindgen", "macro", ] categories = [ "api-bindings", "accessibility", "parsing", ] license = "MIT" repository = "https://github.com/h33p/cglue" [lib] proc-macro = true [dependencies.cglue-gen] version = "0.3" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = [ "full", "extra-traits", ] [features] default = [] futures = [ "cglue-gen/futures", "task", ] layout_checks = ["cglue-gen/layout_checks"] rust_void = ["cglue-gen/rust_void"] task = ["cglue-gen/task"] unstable = ["cglue-gen/unstable"]