forc-doc 0.71.0

Build the documentation for the local package and all dependencies. The output is placed in `out/doc` in the same format as the project.
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-doc"
version = "0.71.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build the documentation for the local package and all dependencies. The output is placed in `out/doc` in the same format as the project."
homepage = "https://fuel.network/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/sway"

[lib]
name = "forc_doc"
path = "src/lib.rs"
bench = false

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

[[test]]
name = "lib"
path = "tests/lib.rs"

[[bench]]
name = "bench_main"
path = "benches/bench_main.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

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

[dependencies.comrak]
version = "0.28"

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

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

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

[dependencies.horrorshow]
version = "0.8"

[dependencies.include_dir]
version = "0.7"

[dependencies.minifier]
version = "0.3"

[dependencies.opener]
version = "0.7"

[dependencies.rayon]
version = "1.7"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

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

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

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

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

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

[dependencies.swayfmt]
version = "0.71.0"

[dev-dependencies.codspeed-criterion-compat]
version = "2.6"

[dev-dependencies.dir_indexer]
version = "0.0"

[dev-dependencies.expect-test]
version = "1.4"

[lints.clippy]
iter_over_hash_type = "deny"

[lints.rust]
mismatched_lifetime_syntaxes = "allow"