[dependencies.lazy_static]
optional = true
version = "^1"
[dependencies.log]
version = "^0"
[features]
alloc = []
c-types = ["std"]
default = ["std"]
lender = ["lazy_static"]
std = []
[package]
authors = ["Jesus Hernandez <jesushdez@protonmail.com>"]
categories = ["development-tools::ffi", "no-std"]
description = "Generic functions to work with opaque pointers when use FFI to expose Rust structs"
edition = "2021"
exclude = [".github/**", ".vscode/**"]
keywords = ["pointer", "opaque", "pointers", "cbindgen", "ffi"]
license = "Unlicense"
name = "opaque-pointer"
readme = "README.md"
repository = "https://github.com/jhg/opaque-pointer-rs/"
resolver = "2"
version = "0.8.6"
[package.metadata.docs.rs]
features = ["std", "lender"]