# 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 = "swayfmt" version = "0.66.5" authors = ["Fuel Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Sway language formatter." homepage = "https://fuel.network/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/FuelLabs/sway" [lib] name = "swayfmt" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.anyhow] version = "1.0" [dependencies.forc-tracing] version = "0.66.5" [dependencies.indoc] version = "2.0" [dependencies.ropey] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_ignored] version = "0.1" [dependencies.sway-ast] version = "0.66.5" [dependencies.sway-core] version = "0.66.5" [dependencies.sway-error] version = "0.66.5" [dependencies.sway-parse] version = "0.66.5" [dependencies.sway-types] version = "0.66.5" [dependencies.sway-utils] version = "0.66.5" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" features = ["parse"] [dev-dependencies.paste] version = "1.0" [dev-dependencies.prettydiff] version = "0.7" [dev-dependencies.similar] version = "2.0"