pocketpy-sys 0.1.1

Rust FFI bindings to pocketpy, a portable python 3.x interpreter
[build-dependencies.bindgen]
version = "0.70"

[build-dependencies.cmake]
version = "0.1"

[lib]
name = "pocketpy_sys"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "compilers", "parser-implementations"]
description = "Rust FFI bindings to pocketpy, a portable python 3.x interpreter"
edition = "2021"
keywords = ["ffi", "python", "portable", "bindings"]
license = "MIT"
name = "pocketpy-sys"
readme = "README.md"
repository = "https://github.com/potassium-shot/pocketpy-sys"
version = "0.1.1"