# 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 = "mollusk-svm" version = "0.0.6-solana-1.18" authors = ["Joe Caulfield "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SVM program test harness." documentation = "https://docs.rs/mollusk-svm" readme = "README.md" license = "MIT" repository = "https://github.com/buffalojoec/mollusk" [lib] name = "mollusk_svm" path = "src/lib.rs" [[test]] name = "bpf_program" path = "tests/bpf_program.rs" [[test]] name = "instruction_chain" path = "tests/instruction_chain.rs" [[test]] name = "system_program" path = "tests/system_program.rs" [[bench]] name = "ips" path = "benches/ips.rs" harness = false [dependencies.bincode] version = "1.3.3" [dependencies.solana-bpf-loader-program] version = "1.18" [dependencies.solana-logger] version = "1.18" [dependencies.solana-program-runtime] version = "1.18" [dependencies.solana-sdk] version = "1.18" [dependencies.solana-system-program] version = "1.18" [dependencies.thiserror] version = "1.0.64" [dev-dependencies.criterion] version = "0.5.1"