# 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-cli" version = "0.4.0" authors = ["Conrad Hoffmann "] description = "Djot HTML renderer with advanced features - CLI" 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" [[bin]] name = "dmos" path = "src/main.rs" [dependencies.cfg-if] version = "1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.dmos] version = "0.4" default-features = false [features] default = [ "syntect", "emojis", ] emojis = ["dmos/emojis"] inkjet = ["dmos/inkjet"] syntect = ["dmos/syntect"]