# 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" rust-version = "1.67" name = "presciidoc" version = "0.4.1" authors = ["Marek Suchánek "] description = "Preprocessing AsciiDoc for other tools." readme = "README.md" keywords = [ "asciidoc", "documentation", "RedHat", ] categories = [ "command-line-utilities", "text-processing", ] license = "Apache-2.0" repository = "https://github.com/msuchane/presciidoc/" [dependencies.bpaf] version = "0.9" features = [ "derive", "bright-color", ] [dependencies.color-eyre] version = "0.6" default-features = false [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.18" [dependencies.regex] version = "1.10" [dependencies.simplelog] version = "0.12" [build-dependencies.bpaf] version = "0.9" features = [ "derive", "docgen", ] [build-dependencies.time] version = "0.3"