# 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.61.2" authors = ["Fuel Labs "] 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" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.comrak] version = "0.16" [dependencies.forc-pkg] version = "0.61.2" [dependencies.forc-tracing] version = "0.61.2" [dependencies.forc-util] version = "0.61.2" [dependencies.horrorshow] version = "0.8.4" [dependencies.include_dir] version = "0.7.3" [dependencies.minifier] version = "0.3.0" [dependencies.opener] version = "0.5.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sway-ast] version = "0.61.2" [dependencies.sway-core] version = "0.61.2" [dependencies.sway-lsp] version = "0.61.2" [dependencies.sway-types] version = "0.61.2" [dependencies.swayfmt] version = "0.61.2" [dev-dependencies.dir_indexer] version = "0.0.2" [dev-dependencies.expect-test] version = "1.4.1"