pocketpy-sys 0.1.1

Rust FFI bindings to pocketpy, a portable python 3.x interpreter
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "pocketpy-sys"

description = "Rust FFI bindings to pocketpy, a portable python 3.x interpreter"

author = "Potassium-Shot"

version = "0.1.1"

edition = "2021"

readme = "README.md"

license = "MIT"

repository = "https://github.com/potassium-shot/pocketpy-sys"

keywords = ["ffi", "python", "portable", "bindings"]

categories = ["external-ffi-bindings", "compilers", "parser-implementations"]



[build-dependencies]

bindgen = "0.70"

cmake = "0.1"