# 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 = "docfmt" version = "0.1.1" authors = ["TypedDuck "] include = [ "LICENSE-*", "README.md", "CHANGELOG.md", "Cargo.toml", "/src", "/tests", ] description = "A document formatter using Handlebars templates" homepage = "https://github.com/typedduck/docfmt" readme = "README.md" keywords = [ "documentation", "formatting", "handlebars", "templates", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/typedduck/docfmt" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 strip = "symbols" [dependencies.clap] version = "4.5.4" features = ["cargo"] [dependencies.handlebars] version = "5.1.2" [dependencies.log] version = "0.4.21" features = [ "std", "release_max_level_info", "max_level_debug", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.stderrlog] version = "0.6.0" [dependencies.thiserror] version = "1.0.58" [dependencies.toml] version = "0.8.12" [dependencies.walkdir] version = "2.5.0"