# 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 = "2018" name = "asciidoctrine" version = "0.1.1" authors = ["Benjamin Kober "] include = [ "**/*.rs", "**/*.pest", "**/assets/*.html", "**/assets/*.css", "Cargo.toml", ] description = "process asciidoc files" homepage = "https://kober-systems.github.io/literate_programming_toolsuite/asciidoctrine/asciidoctrine.html" keywords = [ "documentation", "asciidoc", "cli", ] categories = [ "command-line-utilities", "text-processing", "parser-implementations", ] license = "MIT" repository = "https://github.com/kober-systems/literate_programming_toolsuite" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.docx-rs] version = "0.4" [dependencies.log] version = "0.4.8" [dependencies.pest] version = "2.1.0" [dependencies.pest_derive] version = "2.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simple_logger] version = "4" [dependencies.tera] version = "1" [dependencies.thiserror] version = "1.0" [dev-dependencies.pretty_assertions] version = "1"