hopper-runtime 0.1.0

Canonical low-level runtime surface for Hopper. Hopper Native is the primary backend; legacy Pinocchio and solana-program compatibility are explicit opt-ins.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "hopper-runtime"
version = "0.1.0"
authors = [
    "BluefootLabs <contact@bluefootlabs.com>",
    "MoonManQuark",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical low-level runtime surface for Hopper. Hopper Native is the primary backend; legacy Pinocchio and solana-program compatibility are explicit opt-ins."
homepage = "https://hopperzero.dev"
documentation = "https://docs.rs/hopper-runtime"
readme = "README.md"
keywords = [
    "solana",
    "zero-copy",
    "runtime",
    "no-std",
    "framework",
]
categories = [
    "no-std",
    "embedded",
]
license = "Apache-2.0"
repository = "https://github.com/BluefootLabs/Hopper-Solana-Zero-copy-State-Framework"

[features]
copy = []
cpi = []
cu-trace = ["hopper-native/cu-trace"]
default = ["hopper-native-backend"]
hopper-native-backend = [
    "hopper-native",
    "hopper-native/cpi",
    "hopper-native/bytemuck",
    "dep:bytemuck",
]
legacy-pinocchio-compat = [
    "pinocchio",
    "pinocchio-system",
    "pinocchio-token",
]
legacy-token-instructions = []
solana-program-backend = ["solana-program"]

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

[dependencies.bytemuck]
version = "1"
optional = true
default-features = false

[dependencies.five8_const]
version = "0.1"

[dependencies.hopper-native]
version = "0.1.0"
optional = true
default-features = false

[dependencies.pinocchio]
version = "0.10"
features = [
    "cpi",
    "copy",
]
optional = true

[dependencies.pinocchio-system]
version = "0.5"
optional = true

[dependencies.pinocchio-token]
version = "0.5"
optional = true

[dependencies.solana-program]
version = "2"
optional = true
default-features = false

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