arch_program 0.6.0

A Rust library for building programs that run inside the Arch Virtual Machine. Provides core functionality for creating instructions, managing accounts, handling program errors, and interacting with the Arch runtime environment. Includes utilities for logging, transaction handling, and Bitcoin UTXO management.
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 = "arch_program"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for building programs that run inside the Arch Virtual Machine. Provides core functionality for creating instructions, managing accounts, handling program errors, and interacting with the Arch runtime environment. Includes utilities for logging, transaction handling, and Bitcoin UTXO management."
readme = false
license = "MIT"

[features]
default = []
fuzzing = ["libfuzzer-sys"]

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

[dependencies.bincode]
version = "1.3.3"

[dependencies.bitcode]
version = "0.6.4"

[dependencies.bitcoin]
version = "=0.32.5"
features = ["serde"]

[dependencies.bitcoin-io]
version = "=0.1.2"

[dependencies.bitcoin_slices]
version = "0.10.0"

[dependencies.borsh]
version = "1.4.0"
features = ["derive"]

[dependencies.bs58]
version = "0.5.1"

[dependencies.bytemuck]
version = "1.14"
features = ["derive"]

[dependencies.hex]
version = "0.4.3"
default-features = false

[dependencies.libfuzzer-sys]
version = "0.4"
features = ["arbitrary-derive"]
optional = true

[dependencies.memoffset]
version = "0.9.1"

[dependencies.num-derive]
version = "0.4.0"

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

[dependencies.rustversion]
version = "1.0.14"

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

[dependencies.serde_bytes]
version = "0.11.15"

[dependencies.serde_derive]
version = "1.0.210"

[dependencies.sha256]
version = "1.5.0"

[dependencies.sha3]
version = "0.10"

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

[dependencies.thiserror]
version = "1.0"

[dependencies.titan-types-core]
version = "1.3.3"

[dev-dependencies.bitflags]
version = "2.8.0"

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

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

[target.'cfg(not(target_os = "solana"))'.dependencies.base64]
version = "0.22.1"

[target.'cfg(not(target_os = "solana"))'.dependencies.rand]
version = "0.8.5"