# 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 = "fortitude" version = "0.3.0" authors = ["Liam Pattinson "] build = false exclude = [ ".*", "test.f90", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Fortran linter, written in Rust and installable with Python" readme = "README.md" keywords = [ "Fortran", "linter", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/PlasmaFAIR/fortitude" [lib] name = "fortitude" path = "src/lib.rs" [[bin]] name = "fortitude" path = "src/main.rs" [dependencies.annotate-snippets] version = "0.11.4" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.16" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.itertools] version = "0.12.0" [dependencies.lazy-regex] version = "3.3.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.textwrap] version = "0.16.0" [dependencies.tree-sitter] version = "~0.23.0" [dependencies.tree-sitter-fortran] version = "0.1.0" [dependencies.walkdir] version = "2.4.0" [dev-dependencies.pretty_assertions] version = "1.4.1"