forc-tx 0.63.6

A `forc` plugin for constructing transactions.
Documentation
[[bin]]
name = "forc-tx"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
features = ["derive", "env"]
version = "4.5.4"

[dependencies.devault]
version = "0.1"

[dependencies.forc-util]
version = "0.63.6"

[dependencies.fuel-tx]
features = ["serde", "test-helpers", "random"]
version = "0.56.0"

[dependencies.fuel-types]
features = ["serde"]
version = "0.56.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[lib]
path = "src/lib.rs"

[package]
authors = ["Fuel Labs <contact@fuel.sh>"]
description = "A `forc` plugin for constructing transactions."
edition = "2021"
homepage = "https://fuel.network/"
license = "Apache-2.0"
name = "forc-tx"
repository = "https://github.com/FuelLabs/sway"
version = "0.63.6"