forc-migrate 0.71.0

Migrate Sway projects to the next breaking change version of Sway.
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-migrate"
version = "0.71.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Migrate Sway projects to the next breaking change version of Sway."
homepage = "https://fuel.network/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/sway"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.duplicate]
version = "2.0"

[dependencies.forc-pkg]
version = "0.71.0"

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

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

[dependencies.itertools]
version = "0.13"

[dependencies.num-bigint]
version = "0.4"
features = ["serde"]

[dependencies.sha2]
version = "0.10"

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

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

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

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

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

[dependencies.swayfmt]
version = "0.71.0"

[lints.clippy]
iter_over_hash_type = "deny"

[lints.rust]
mismatched_lifetime_syntaxes = "allow"