[dependencies.bincode]
version = "1.3.3"
[dependencies.log]
version = "0.4.25"
[dependencies.rialo-s-account]
version = "^0.1.0"
[dependencies.rialo-s-bincode]
version = "^0.1.0"
[dependencies.rialo-s-instruction]
version = "^0.1.0"
[dependencies.rialo-s-log-collector]
version = "^0.1.0"
[dependencies.rialo-s-nonce]
features = ["serde"]
version = "^0.1.0"
[dependencies.rialo-s-nonce-account]
version = "^0.1.0"
[dependencies.rialo-s-packet]
version = "^0.1.0"
[dependencies.rialo-s-program-runtime]
version = "^0.1.0"
[dependencies.rialo-s-pubkey]
features = ["sha2"]
version = "^0.1.0"
[dependencies.rialo-s-sdk-ids]
version = "^0.1.0"
[dependencies.rialo-s-system-interface]
features = ["serde"]
version = "^0.1.0"
[dependencies.rialo-s-sysvar]
version = "^0.1.0"
[dependencies.rialo-s-transaction-context]
features = ["bincode"]
version = "^0.1.0"
[dependencies.rialo-s-type-overrides]
version = "^0.1.0"
[dependencies.serde]
version = "1.0.217"
[dependencies.serde_derive]
version = "1.0.217"
[lib]
crate-type = ["lib"]
name = "rialo_s_system_program"
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 System program"
documentation = "https://docs.rs/rialo-s-system-program"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "rialo-s-system-program"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "0.1.7"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]