# 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" 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" [dependencies.cmod-core] version = "0" default-features = false [dependencies.cmod-macros] version = "0" default-features = false [features] default = [] ffi_lua = [ "cmod-macros/ffi_lua", "cmod-core/ffi_lua", ] ffi_py = [ "cmod-macros/ffi_py", "cmod-core/ffi_py", ] ffi_py_asyncio = [ "cmod-macros/ffi_py_asyncio", "cmod-core/ffi_py_asyncio", ] ffi_wasm = [ "cmod-macros/ffi_wasm", "cmod-core/ffi_wasm", ]