solana-runtime-transaction 4.1.0

Solana runtime-transaction
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 = "2024"
name = "solana-runtime-transaction"
version = "4.1.0"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana runtime-transaction"
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/solana-runtime-transaction"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/agave"
resolver = "2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[features]
agave-unstable-api = []
dev-context-only-utils = ["solana-compute-budget-instruction/dev-context-only-utils"]

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

[[bench]]
name = "get_signature_details"
path = "benches/get_signature_details.rs"
harness = false

[dependencies.agave-feature-set]
version = "=4.1.0"
features = ["agave-unstable-api"]

[dependencies.agave-transaction-view]
version = "=4.1.0"
features = ["agave-unstable-api"]

[dependencies.solana-compute-budget]
version = "=4.1.0"
features = ["agave-unstable-api"]

[dependencies.solana-compute-budget-instruction]
version = "=4.1.0"
features = ["agave-unstable-api"]

[dependencies.solana-hash]
version = "4.3.0"

[dependencies.solana-message]
version = "4.1.1"
features = [
    "blake3",
    "wincode",
]

[dependencies.solana-program-entrypoint]
version = "3.1.1"

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

[dependencies.solana-sdk-ids]
version = "3.1.0"

[dependencies.solana-signature]
version = "3.4.0"
default-features = false

[dependencies.solana-svm-transaction]
version = "=4.1.0"
features = ["agave-unstable-api"]

[dependencies.solana-transaction]
version = "4.1.1"
features = ["wincode"]

[dependencies.solana-transaction-context]
version = "=4.1.0"
features = [
    "agave-unstable-api",
    "bincode",
]

[dependencies.solana-transaction-error]
version = "3.2.0"

[dependencies.wincode]
version = "0.5.3"
features = ["derive"]

[dev-dependencies.agave-feature-set]
version = "=4.1.0"
features = ["agave-unstable-api"]

[dev-dependencies.agave-reserved-account-keys]
version = "=4.1.0"
features = ["agave-unstable-api"]

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.rand]
version = "0.9.4"

[dev-dependencies.solana-compute-budget-interface]
version = "3.0.0"

[dev-dependencies.solana-hash]
version = "4.3.0"
features = ["atomic"]

[dev-dependencies.solana-instruction]
version = "3.4.0"

[dev-dependencies.solana-keypair]
version = "3.1.2"

[dev-dependencies.solana-pubkey]
version = "4.2.0"
features = ["rand"]
default-features = false

[dev-dependencies.solana-signer]
version = "3.0.0"

[dev-dependencies.solana-system-interface]
version = "3.2"
features = [
    "alloc",
    "bincode",
    "serde",
    "wincode",
    "wincode",
]

[dev-dependencies.solana-system-transaction]
version = "4.0.0"

[dev-dependencies.solana-transaction]
version = "4.1.1"
features = ["blake3"]

[lints.clippy]
arithmetic_side_effects = "deny"
default_trait_access = "deny"
manual_let_else = "deny"
used_underscore_binding = "deny"

[lints.rust]
boxed_slice_into_iter = "deny"
dependency_on_unit_never_type_fallback = "deny"
deprecated_safe_2024 = "deny"
impl_trait_overcaptures = "deny"
missing_unsafe_on_extern = "deny"
never_type_fallback_flowing_into_unsafe = "deny"
rust_2024_guarded_string_incompatible_syntax = "deny"
rust_2024_incompatible_pat = "deny"
rust_2024_prelude_collisions = "deny"
static_mut_refs = "deny"
unsafe_attr_outside_unsafe = "deny"
unsafe_op_in_unsafe_fn = "deny"

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