fprettier 0.2.0

Auto-formatter for modern Fortran source code
Documentation
# 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 = "fprettier"
version = "0.2.0"
authors = ["Fred Jones"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-formatter for modern Fortran source code"
readme = "README.md"
keywords = [
    "fortran",
    "formatter",
    "cli",
    "code-formatting",
    "pretty-print",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fredjones42/fprettier"

[lib]
name = "fprettier"
path = "src/lib.rs"

[[bin]]
name = "fprettier"
path = "src/main.rs"

[[test]]
name = "compatibility_test"
path = "tests/compatibility_test.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.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]
version = "1.0"
features = ["derive"]

[dependencies.toml]
version = "0.9"

[dependencies.walkdir]
version = "2.5"