code-native 1.1.2

Write native .so modules for the Code programming language in Rust — safe CodeValue builders/readers over the real runtime.c, no reimplementation.
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 = "code-native"
version = "1.1.2"
build = "build.rs"
include = [
    "src/**",
    "vendor/**",
    "build.rs",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Write native .so modules for the Code programming language in Rust — safe CodeValue builders/readers over the real runtime.c, no reimplementation."
readme = "README.md"
keywords = [
    "ffi",
    "abi",
    "plugin",
    "native",
]
categories = [
    "api-bindings",
    "development-tools::ffi",
]
license = "GPL-3.0"
repository = "https://github.com/codelovesme/code"

[features]
default = ["shared-module"]
shared-module = []
static-module = []

[lib]
name = "code_native"
crate-type = ["rlib"]
path = "src/lib.rs"

[build-dependencies.cc]
version = "1"