[package]
edition = "2021"
name = "forc-test"
version = "0.71.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for building and running Sway unit tests within Forc packages."
homepage = "https://fuel.network/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/sway"
[lib]
name = "forc_test"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.forc-pkg]
version = "0.71.0"
[dependencies.forc-util]
version = "0.71.0"
features = ["tx"]
[dependencies.fuel-abi-types]
version = "0.15"
[dependencies.fuel-tx]
version = "0.66"
features = ["test-helpers"]
[dependencies.fuel-vm]
version = "0.66"
features = [
"random",
"test-helpers",
]
[dependencies.rand]
version = "0.8"
[dependencies.rayon]
version = "1.7"
[dependencies.serde_json]
version = "1.0"
[dependencies.sway-core]
version = "0.71.0"
[dependencies.sway-features]
version = "0.71.0"
[dependencies.sway-types]
version = "0.71.0"
[lints.clippy]
iter_over_hash_type = "deny"
[lints.rust]
mismatched_lifetime_syntaxes = "allow"