anchorpy_core 0.2.0

Python bindings for Anchor Rust code
Documentation
[dependencies.anchor-syn]
features = ["idl-types"]
version = "0.29.0"

[dependencies.derive_more]
version = "0.99.17"

[dependencies.pyo3]
features = ["extension-module", "abi3-py37"]
version = "0.17.2"

[dependencies.pythonize]
version = "0.17.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.147"

[dependencies.serde_json]
version = "1.0.87"

[dependencies.solders-macros]
version = "0.6.0"

[dependencies.solders-traits]
version = "0.9.3"

[lib]
crate-type = ["cdylib", "rlib"]
name = "anchorpy_core"

[package]
description = "Python bindings for Anchor Rust code"
edition = "2021"
include = ["/src", "/LICENSE", "/pyproject.toml"]
license = "Apache-2.0"
name = "anchorpy_core"
readme = "README.md"
repository = "https://github.com/kevinheavey/anchorpy-core"
version = "0.2.0"