# 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 = "hml-rs" version = "0.3.0" authors = ["Gavin J Stark"] description = """ Markup language events and readers, supporting 'human markup language' """ homepage = "https://github.com/atthecodeface/hml-rs" documentation = "https://docs.rs/hml-rs" readme = "README.md" keywords = [ "xml", "parsing", "parser", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/atthecodeface/hml-rs" [[bin]] name = "hmlconvert" required-features = ["xml"] [dependencies.clap] version = "~4.4" optional = true [dependencies.lexer-rs] version = "0.0.4" [dependencies.thiserror] version = "1.0" [dependencies.utf8-read] version = "0.4.0" [dependencies.xml-rs] version = "0.8.3" optional = true [features] default = ["xml"] xml = [ "dep:clap", "dep:xml-rs", ]