forc-util 0.71.0

Utility items shared between forc crates.
Documentation
# 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 = "forc-util"
version = "0.71.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility items shared between forc crates."
homepage = "https://fuel.network/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/sway"

[features]
tx = [
    "dep:fuel-tx",
    "dep:fuel-abi-types",
    "dep:fuels-core",
]

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

[dependencies.annotate-snippets]
version = "0.10"

[dependencies.ansiterm]
version = "0.12"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dirs]
version = "5.0"

[dependencies.fd-lock]
version = "4.0"

[dependencies.forc-tracing]
version = "0.71"

[dependencies.fuel-abi-types]
version = "0.15"
optional = true

[dependencies.fuel-asm]
version = "0.66"

[dependencies.fuel-tx]
version = "0.66"
optional = true

[dependencies.fuels-core]
version = "0.77"
optional = true

[dependencies.hex]
version = "0.4"

[dependencies.paste]
version = "1.0"

[dependencies.regex]
version = "1.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sway-core]
version = "0.71.0"

[dependencies.sway-error]
version = "0.71.0"

[dependencies.sway-types]
version = "0.71.0"

[dependencies.sway-utils]
version = "0.71.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "=0.3.19"
features = [
    "ansi",
    "env-filter",
    "json",
]

[dependencies.unicode-xid]
version = "0.2"

[dev-dependencies.mark-flaky-tests]
version = "1.0"

[lints.clippy]
iter_over_hash_type = "deny"

[lints.rust]
mismatched_lifetime_syntaxes = "allow"