cmod 0.4.4

Build a cross-language module with Rust FFI
Documentation
# 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.4.4"
authors = ["rise0chen <rise0chen@163.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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]
name = "cmod"
path = "src/lib.rs"

[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",
]
module = [
    "cmod-macros/module",
    "cmod-core/module",
]