[package]
name = "dxrs"
description = "Renamed"
version = "0.0.1"
authors = ["Torm"]
edition = "2021"
homepage = "https://github.com/Torm/dxrs"
repository = "https://github.com/Torm/dxrs"
license = "MIT OR Apache-2.0"
keywords = ["parser", "format", "serialization", "config"]
categories = ["config", "parser-implementations"]
[features]
default = ["common", "parse"]
parse = []
common = []
html = ["parse"]
tex = ["parse"]
[[bin]]
name = "texdx-cmd"
path = "src/tex/tex_command.rs"
required-features = ["tex"]
[[bin]]
name = "htmldx-cmd"
path = "src/html/html_command.rs"
required-features = ["html"]