# 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 = "dmos" version = "0.4.0" authors = ["Conrad Hoffmann "] description = "Djot HTML renderer with advanced features" homepage = "https://sr.ht/~bitfehler/dmos" readme = "README.md" keywords = [ "djot", "syntax", "highlighting", ] categories = ["text-processing"] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~bitfehler/dmos" [dependencies.cfg-if] version = "1" [dependencies.emojis] version = "0.6" optional = true [dependencies.inkjet] version = "0.10.3" optional = true [dependencies.jotdown] version = "0.4.0" [dependencies.syntect] version = "5.0" optional = true [dependencies.thiserror] version = "1" [features] default = [ "syntect", "emojis", ] emojis = ["dep:emojis"] inkjet = ["dep:inkjet"] syntect = ["dep:syntect"]