[package] name = "dmos" version.workspace = true authors.workspace = true description.workspace = true readme.workspace = true homepage.workspace = true repository.workspace = true license.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true [dependencies] cfg-if = "1" emojis = {version = "0.6", optional = true} inkjet = {version = "0.10.3", optional = true} jotdown = "0.4.0" syntect = {version = "5.0", optional = true} thiserror = "1" [features] default = ["syntect", "emojis"] emojis = ["dep:emojis"] inkjet = ["dep:inkjet"] syntect = ["dep:syntect"]