# 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 = "chectarine" version = "0.1.0" authors = ["Karol Kuczmarski "] exclude = [".*"] description = "Content checker for source code & other text files" readme = "README.md" categories = [ "command-line-utilties", "development-tools", ] license = "GPL-3.0-only" repository = "https://github.com/Xion/chectarine" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.derivative] version = "2.2.0" [dependencies.derive_more] version = "0.99.17" features = [ "deref", "deref_mut", ] default-features = false [dependencies.exitcode] version = "1.1.2" [dependencies.fnmatch-regex] version = "0.2.0" [dependencies.globset] version = "0.4.13" [dependencies.itertools] version = "0.11.0" [dependencies.json5] version = "0.4.1" [dependencies.pathdiff] version = "0.2.1" [dependencies.regex] version = "1.9.3" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.thiserror] version = "1.0.44" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.walkdir] version = "2.3.3" [dev-dependencies.claims] version = "0.7.1" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.serde_json] version = "1.0.104" [badges.maintenance] status = "experimental"