forc-doc 0.66.2

Build the documentation for the local package and all dependencies. The output is placed in `out/doc` in the same format as the project.
[package]
name = "forc-doc"
version.workspace = true
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."
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
anyhow.workspace = true
clap = { workspace = true, features = ["derive"] }
comrak.workspace = true
forc-pkg.workspace = true
forc-tracing.workspace = true
forc-util.workspace = true
horrorshow.workspace = true
include_dir.workspace = true
minifier.workspace = true
opener.workspace = true
serde.workspace = true
serde_json.workspace = true
sway-ast.workspace = true
sway-core.workspace = true
sway-lsp.workspace = true
sway-types.workspace = true
swayfmt.workspace = true

[dev-dependencies]
dir_indexer = "0.0.2"
expect-test = "1.4.1"