# 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" rust-version = "1.72" name = "forge-fmt" version = "0.2.0" authors = ["Foundry Contributors"] description = "solidity formatting" homepage = "https://github.com/foundry-rs/foundry" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/foundry-rs/foundry" [dependencies.alloy-primitives] version = "0.3" default-features = false [dependencies.ariadne] version = "0.2" [dependencies.foundry-config] version = "0.2" [dependencies.itertools] version = "0.11" [dependencies.solang-parser] version = "=0.3.2" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dev-dependencies.itertools] version = "0.11" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.toml] version = "0.8" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]