solana-transaction-context 2.2.1

Solana data shared between program runtime and built-in programs as well as SBF programs.
Documentation
[dependencies.serde]
optional = true
version = "1.0.217"

[dependencies.serde_derive]
optional = true
version = "1.0.217"

[dependencies.solana-account]
version = "2.2.1"

[dependencies.solana-instruction]
default-features = false
features = ["std"]
version = "2.2.1"

[dependencies.solana-pubkey]
default-features = false
version = "2.2.1"

[dev-dependencies.solana-account-info]
version = "2.2.1"

[dev-dependencies.solana-system-interface]
version = "1.0"

[dev-dependencies.static_assertions]
version = "1.1.0"

[features]
bincode = ["dep:bincode", "serde", "solana-account/bincode"]
debug-signature = ["dep:solana-signature"]
dev-context-only-utils = ["bincode", "debug-signature", "solana-account/dev-context-only-utils"]
serde = ["dep:serde", "dep:serde_derive"]

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

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

[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Solana data shared between program runtime and built-in programs as well as SBF programs."
documentation = "https://docs.rs/solana-transaction-context"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "solana-transaction-context"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "2.2.1"

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

[target.'cfg(not(target_os = "solana"))'.dependencies.bincode]
optional = true
version = "1.3.3"

[target.'cfg(not(target_os = "solana"))'.dependencies.solana-rent]
default-features = false
version = "2.2.1"

[target.'cfg(not(target_os = "solana"))'.dependencies.solana-signature]
default-features = false
optional = true
version = "2.2.1"