Documentation
[[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"]

[features]
common = []
default = ["common", "parse"]
html = ["parse"]
parse = []
tex = ["parse"]

[package]
authors = ["Torm"]
categories = ["config", "parser-implementations"]
description = "Renamed"
edition = "2021"
homepage = "https://github.com/Torm/dxrs"
keywords = ["parser", "format", "serialization", "config"]
license = "MIT OR Apache-2.0"
name = "dxrs"
readme = "README.md"
repository = "https://github.com/Torm/dxrs"
resolver = "2"
version = "0.0.1"