# 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-bencher" version = "0.0.8" authors = ["Joe Caulfield "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SVM program bench harness." documentation = "https://docs.rs/mollusk-svm-bencher" readme = "README.md" license = "MIT" repository = "https://github.com/buffalojoec/mollusk" [lib] name = "mollusk_svm_bencher" path = "src/lib.rs" [[test]] name = "markdown" path = "tests/markdown.rs" [dependencies.chrono] version = "0.4.38" [dependencies.mollusk-svm] version = "0.0.8" [dependencies.num-format] version = "0.4.4" [dependencies.serde_json] version = "1.0.117" [dependencies.solana-sdk] version = "2.1" [dev-dependencies.solana-logger] version = "2.1"