# 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 = "udl" version = "0.3.1" authors = ["Torm"] description = "Parser for UDL (Universal Data Language)" homepage = "https://github.com/Torm/udl-rs" readme = "README.md" keywords = [ "parser", "format", "serialization", "config", ] categories = [ "config", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Torm/udl-rs" [[bin]] name = "udl-tex-cmd" path = "src/tex/tex_command.rs" required-features = ["tex"] [[bin]] name = "udl-html-cmd" path = "src/html/html_command.rs" required-features = ["html"] [features] common = [] default = [ "common", "parse", ] html = ["parse"] parse = [] tex = ["parse"]