hopper-macros 0.2.0

Declarative macros for Hopper zero-copy state framework. Account groups, instruction descriptors, capability tags, layout metadata. All macro_rules!, no proc macros required.
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-macros"
version = "0.2.0"
authors = [
    "BluefootLabs <contact@bluefootlabs.com>",
    "MoonManQuark",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative macros for Hopper zero-copy state framework. Account groups, instruction descriptors, capability tags, layout metadata. All macro_rules!, no proc macros required."
homepage = "https://hopperzero.dev"
documentation = "https://docs.rs/crate/hopper-macros/0.2.0"
readme = "README.md"
keywords = [
    "solana",
    "zero-copy",
    "macros",
    "hopper-native",
    "no-std",
]
categories = ["no-std"]
license = "Apache-2.0"
repository = "https://github.com/BluefootLabs/Hopper-Solana-Zero-copy-State-Framework"

[features]
default = ["hopper-native-backend"]
hopper-native-backend = [
    "hopper-core/hopper-native-backend",
    "hopper-schema/hopper-native-backend",
    "hopper-runtime/hopper-native-backend",
    "hopper-system/hopper-native-backend",
]
legacy-pinocchio-compat = [
    "hopper-core/legacy-pinocchio-compat",
    "hopper-schema/legacy-pinocchio-compat",
    "hopper-runtime/legacy-pinocchio-compat",
    "hopper-system/legacy-pinocchio-compat",
]
solana-program-backend = [
    "hopper-core/solana-program-backend",
    "hopper-schema/solana-program-backend",
    "hopper-runtime/solana-program-backend",
    "hopper-system/solana-program-backend",
]

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

[dependencies.hopper-core]
version = "0.2.0"
default-features = false
package = "hopper-systems"

[dependencies.hopper-runtime]
version = "0.2.0"
default-features = false

[dependencies.hopper-schema]
version = "0.2.0"
default-features = false

[dependencies.hopper-system]
version = "0.2.0"
default-features = false