pinocchio 0.10.1

Create Solana programs with no external dependencies attached
Documentation
[dependencies.solana-account-view]
version = "1.0"

[dependencies.solana-address]
features = ["syscalls"]
version = "2.0"

[dependencies.solana-instruction-view]
features = ["cpi"]
optional = true
version = "1.0"

[dependencies.solana-program-error]
version = "3.0"

[dev-dependencies.solana-address]
features = ["decode"]
version = "2.0"

[features]
alloc = ["solana-instruction-view?/slice-cpi"]
copy = ["solana-account-view/copy", "solana-address/copy"]
cpi = ["dep:solana-instruction-view"]
default = ["alloc"]

[lib]
crate-type = ["rlib"]
name = "pinocchio"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_os, values("solana"))']
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Create Solana programs with no external dependencies attached"
edition = "2021"
license = "Apache-2.0"
name = "pinocchio"
readme = "README.md"
repository = "https://github.com/anza-xyz/pinocchio"
rust-version = "1.84"
version = "0.10.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]
targets = ["x86_64-unknown-linux-gnu"]

[target.'cfg(any(target_os = "solana", target_arch = "bpf"))'.dependencies.solana-define-syscall]
version = "4.0"