# 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.73" name = "concordium-smart-contract-testing" version = "4.3.0" exclude = ["tests"] description = "A companion crate to `concordium-std` that supports off-chain end-to-end testing of smart contracts." homepage = "https://github.com/Concordium/concordium-rust-smart-contracts" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/Concordium/concordium-rust-smart-contracts" [dependencies.anyhow] version = "1" [dependencies.concordium-rust-sdk] version = "5" [dependencies.num-bigint] version = "0.4" [dependencies.num-integer] version = "0.1" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.28" features = [ "rt-multi-thread", "time", ] [dev-dependencies.rand] version = "0.8"