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