trezoa-system-interface 3.2.2

Instructions and constructors for the System program
# 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.81.0"
name = "trezoa-system-interface"
version = "3.2.2"
authors = ["Trezoa-team <foundation@trezoa.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Instructions and constructors for the System program"
homepage = "https://trezoa.xyz/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Trezoa-team/trezoa-system-interface"

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

[features]
bincode = [
    "dep:trezoa-instruction",
    "serde",
]
frozen-abi = [
    "dep:trezoa-frozen-abi",
    "dep:trezoa-frozen-abi-macro",
    "dep:trezoa-logger",
    "serde",
    "trezoa-pubkey/frozen-abi",
    "trezoa-pubkey/std",
]
serde = [
    "dep:serde",
    "dep:serde_derive",
    "trezoa-pubkey/serde",
]

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

[dependencies.num-traits]
version = "0.2.18"

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

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

[dependencies.trezoa-frozen-abi]
version = "3.2.2"
features = ["frozen-abi"]
optional = true

[dependencies.trezoa-frozen-abi-macro]
version = "3.2.2"
features = ["frozen-abi"]
optional = true

[dependencies.trezoa-instruction]
version = "3.2.2"
features = [
    "bincode",
    "std",
]
optional = true
default-features = false

[dependencies.trezoa-logger]
version = "3.2.2"
optional = true

[dependencies.trezoa-msg]
version = "3.2.2"

[dependencies.trezoa-program-error]
version = "3.2.2"

[dependencies.trezoa-pubkey]
version = "3.2.2"
default-features = false

[dev-dependencies.anyhow]
version = "1.0.96"

[dev-dependencies.borsh]
version = "1.5.5"
features = [
    "derive",
    "unstable__schema",
    "derive",
    "unstable__schema",
]

[dev-dependencies.trezoa-account-info]
version = "3.2.2"

[dev-dependencies.trezoa-nonce]
version = "3.2.2"

[dev-dependencies.trezoa-program-entrypoint]
version = "3.2.2"

[dev-dependencies.trezoa-program-error]
version = "3.2.2"
features = ["borsh"]

[dev-dependencies.trezoa-pubkey]
version = "3.2.2"
features = ["std"]
default-features = false

[dev-dependencies.trezoa-sysvar]
version = "3.2.2"

[dev-dependencies.trezoa-sysvar-id]
version = "3.2.2"

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

[dev-dependencies.strum]
version = "0.24"

[dev-dependencies.strum_macros]
version = "0.24"