# 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 = "spezilinter" version = "1.1.2" authors = ["spezifisch "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "spezifisch's linter for different file formats, linting for weirdly specific stuff" readme = "README.md" license = "GPL-3.0-only" repository = "https://codeberg.org/spezifisch/spezilinter" [lib] name = "spezilinter" path = "src/lib.rs" [[bin]] name = "spezilinter" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.clap] version = "4.5.17" features = ["cargo"] [dependencies.env_logger] version = "0.11.5" [dependencies.image] version = "0.25" [dependencies.log] version = "0.4.22" [dependencies.mime_guess] version = "^2" [dependencies.nom-exif] version = "2.0.2" [dependencies.pulldown-cmark] version = "0.12.1" [dependencies.quick-xml] version = "0.36.1" [dependencies.regex] version = "^1" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.predicates] version = "3.1.2"