# 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 = "2018" name = "xml-rsl" version = "0.2.0" authors = ["XS "] description = "A SAX-like streaming XML parser, and a DOM-like interface based on that" homepage = "https://github.com/xs-fork/RustyXML" documentation = "https://docs.rs/xml-rsl" readme = "README.md" keywords = [ "XML", "parser", ] license = "Apache-2.0" repository = "https://github.com/xs-fork/RustyXML" [lib] name = "xml" [dependencies.indexmap] version = "1.7.0" optional = true [dependencies.jdks] version = "0.1.3" [dependencies.ksre-tui] version = "0.2.0" [dependencies.sdkman-cli-native] version = "0.5.0" [features] bench = [] ordered_attrs = ["indexmap"]