# 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" rust-version = "1.79" name = "ilex_xml" version = "0.4.2" build = false include = [ "src/*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "XML as a tree: Read and write" readme = "README.md" keywords = [ "xml", "parser", "writer", "tree", "parsing", ] categories = ["parser-implementations"] license = "MPL-2.0" repository = "https://github.com/alexanderjkslfj/ilex" [lib] name = "ilex_xml" path = "src/lib.rs" [dependencies.quick-xml] version = "0.36"