# 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 = "cmod-macros" version = "0.3.5" authors = ["rise0chen "] description = "Build a cross-language module with Rust FFI" readme = "README.md" keywords = ["kvdb"] categories = ["development-tools::ffi"] license-file = "LICENSE" repository = "https://github.com/rise0chen/cmod.git" [lib] proc-macro = true [dependencies.cfg-if] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "full", "extra-traits", "parsing", ] [features] ffi_lua = [] ffi_py = [] ffi_py_asyncio = ["ffi_py"] ffi_wasm = []