[package] name = "forge-fmt" version.workspace = true edition.workspace = true rust-version.workspace = true authors.workspace = true license.workspace = true homepage.workspace = true repository.workspace = true description = "solidity formatting" [dependencies] # foundry dep foundry-config.workspace = true # alloy alloy-primitives.workspace = true # parser solang-parser.workspace = true # misc itertools.workspace = true thiserror = "1" ariadne = "0.2" tracing = "0.1" [dev-dependencies] pretty_assertions = "1" itertools.workspace = true toml.workspace = true tracing-subscriber = { version = "0.3", features = ["env-filter"] }