[]
= "code-native"
= "0.2.0"
= "2021"
= "Helper crate for writing Code native modules in Rust"
= "MIT"
= "https://github.com/codelovesme/code"
= "README.md"
= ["ffi", "abi", "plugin", "native", "wasm"]
= ["api-bindings", "development-tools::ffi"]
[]
= ["rlib"]
# No runtime dependencies — crates.io requires every dependency of a published
# crate to itself be resolvable from the registry, and `code-abi` deliberately
# stays unpublished (internal, single source of truth for the host runtime).
# `src/abi.rs` is a synced, drift-guarded vendored copy instead — see its doc
# comment. `code-abi` is still used, but only as a dev-dependency, to power the
# drift-guard test (dev-dependencies aren't part of what gets published).
[]
= { = "../code-abi" }