solana-program-runtime 3.1.8

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

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

[features]
agave-unstable-api = []
dev-context-only-utils = []
dummy-for-ci-check = ["metrics"]
frozen-abi = [
    "dep:solana-frozen-abi",
    "dep:solana-frozen-abi-macro",
]
metrics = []
shuttle-test = [
    "solana-sbpf/shuttle-test",
    "solana-svm-type-overrides/shuttle-test",
]

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bincode]
version = "1.3.3"

[dependencies.itertools]
version = "0.12.1"

[dependencies.log]
version = "0.4.28"

[dependencies.percentage]
version = "0.1.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.solana-account]
version = "3.2.0"
features = ["bincode"]

[dependencies.solana-account-info]
version = "3.0.0"

[dependencies.solana-clock]
version = "3.0.0"

[dependencies.solana-epoch-rewards]
version = "3.0.0"

[dependencies.solana-epoch-schedule]
version = "3.0.0"

[dependencies.solana-fee-structure]
version = "3.0.0"

[dependencies.solana-frozen-abi]
version = "3.0.1"
features = ["frozen-abi"]
optional = true

[dependencies.solana-frozen-abi-macro]
version = "3.0.1"
features = ["frozen-abi"]
optional = true

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

[dependencies.solana-instruction]
version = "3.0.0"

[dependencies.solana-last-restart-slot]
version = "3.0.0"

[dependencies.solana-loader-v3-interface]
version = "6.1.0"

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

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

[dependencies.solana-rent]
version = "3.0.0"

[dependencies.solana-sbpf]
version = "=0.13.1"
features = ["jit"]
default-features = false

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

[dependencies.solana-slot-hashes]
version = "3.0.0"

[dependencies.solana-stable-layout]
version = "3.0.0"

[dependencies.solana-stake-interface]
version = "2.0.1"
features = [
    "bincode",
    "sysvar",
]

[dependencies.solana-svm-callback]
version = "=3.1.8"
features = ["agave-unstable-api"]

[dependencies.solana-svm-feature-set]
version = "=3.1.8"
features = ["agave-unstable-api"]

[dependencies.solana-svm-log-collector]
version = "=3.1.8"
features = ["agave-unstable-api"]

[dependencies.solana-svm-measure]
version = "=3.1.8"
features = ["agave-unstable-api"]

[dependencies.solana-svm-timings]
version = "=3.1.8"
features = ["agave-unstable-api"]

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

[dependencies.solana-svm-type-overrides]
version = "=3.1.8"
features = ["agave-unstable-api"]

[dependencies.solana-system-interface]
version = "2.0"

[dependencies.solana-sysvar]
version = "3.0.0"
features = ["bincode"]

[dependencies.solana-sysvar-id]
version = "3.0.0"

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

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.assert_matches]
version = "1.5.0"

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

[dev-dependencies.solana-instruction]
version = "3.0.0"
features = ["bincode"]

[dev-dependencies.solana-instruction-error]
version = "2.0.0"
features = ["serde"]

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

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

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

[dev-dependencies.solana-transaction]
version = "3.0.2"
features = ["dev-context-only-utils"]

[dev-dependencies.solana-transaction-context]
version = "=3.1.8"
features = [
    "agave-unstable-api",
    "bincode",
    "dev-context-only-utils",
]

[dev-dependencies.test-case]
version = "3.3.1"

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

[lints.rust]
warnings = "deny"

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