[[bin]]
name = "fprettier"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
version = "4.5"
[dependencies.glob]
version = "0.3"
[dependencies.rayon]
version = "1.11"
[dependencies.regex]
version = "1.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.toml]
version = "0.9"
[dependencies.walkdir]
version = "2.5"
[lib]
name = "fprettier"
path = "src/lib.rs"
[package]
authors = ["Fred Jones"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Auto-formatter for modern Fortran source code"
edition = "2021"
keywords = ["fortran", "formatter", "cli", "code-formatting", "pretty-print"]
license = "MIT OR Apache-2.0"
name = "fprettier"
readme = "README.md"
repository = "https://github.com/fredjones42/fprettier"
version = "0.1.0"
[[test]]
name = "compatibility_test"
path = "tests/compatibility_test.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"