typhoon-context-macro 0.2.2

Procedural macro for generating instruction context structs
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"
rust-version = "1.87"
name = "typhoon-context-macro"
version = "0.2.2"
authors = ["Aursen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macro for generating instruction context structs"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/exotic-markets-labs/typhoon"

[lib]
name = "typhoon_context_macro"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "visit-mut",
    "full",
]

[dependencies.typhoon-syn]
version = "0.2.2"

[dev-dependencies.bytemuck]
version = "1.24"
features = ["derive"]

[dev-dependencies.pinocchio]
version = "0.10"
default-features = false

[dev-dependencies.solana-address]
version = "2.0.0"
features = [
    "bytemuck",
    "copy",
]

[dev-dependencies.trybuild]
version = "1.0"

[dev-dependencies.typhoon-account-macro]
version = "0.2.2"

[dev-dependencies.typhoon-accounts]
version = "0.2.2"

[dev-dependencies.typhoon-context]
version = "0.2.2"

[dev-dependencies.typhoon-errors]
version = "0.2.2"

[dev-dependencies.typhoon-program-id-macro]
version = "0.2.2"

[dev-dependencies.typhoon-token]
version = "0.2.2"

[dev-dependencies.typhoon-traits]
version = "0.2.2"

[dev-dependencies.typhoon-utility-traits]
version = "0.2.2"

[target.'cfg(not(any(target_os = "solana", target_arch = "bpf")))'.dev-dependencies.solana-address]
version = "2.0.0"
features = ["curve25519"]