# 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.1.0" build = 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" [lib] name = "arch_program" path = "src/lib.rs" [dependencies.bitcoin] version = "0.32.3" features = ["serde"] [dependencies.borsh] version = "1.4.0" features = ["derive"] [dependencies.hex] version = "0.4.3" default-features = false [dependencies.memoffset] version = "0.9.0" [dependencies.rustversion] version = "1.0.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha256] version = "1.1.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.rand] version = "0.8"