# 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 = "texfmt" version = "0.1.0" authors = ["Federico Stra "] description = "(La)TeX formatter." readme = "README.md" keywords = [ "tex", "latex", "formatter", "parsing", "text-processing", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/FedericoStra/texfmt" resolver = "2" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] all-features = true [dependencies.anyhow] version = "1.0.65" features = ["backtrace"] [dependencies.atty] version = "0.2.14" [dependencies.cfg_log] version = "0.1.1" [dependencies.clap] version = "3.2.22" [dependencies.colored] version = "2.0.0" [dependencies.log] version = "0.4.17" optional = true [dependencies.logging_timer] version = "1.1.0" [dependencies.nom] version = "7.1.1" [dependencies.should-color] version = "0.5.2" features = ["clap"] [dependencies.simplelog] version = "0.12.0" [dev-dependencies.assert2] version = "0.3.6" [features] default = ["log"]