forc-tx 0.63.6

A `forc` plugin for constructing transactions.
Documentation
[package]
name = "forc-tx"
version = "0.63.6"
description = "A `forc` plugin for constructing transactions."
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

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

[[bin]]
name = "forc-tx"
path = "src/main.rs"

[dependencies]
anyhow = "1"
clap = { version = "4.5.4", features = ["derive", "env"] }
devault = "0.1"
forc-util = { version = "0.63.6", path = "../../forc-util" }
fuel-tx = { workspace = true, features = ["serde", "test-helpers", "random"] }
fuel-types = { workspace = true, features = ["serde"] }
serde = "1.0"
serde_json = { version = "1" }
thiserror = "1"