# 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 = "xml-paths" version = "0.1.2" description = "Tool to quickly see the structure of an xml file by listing all the tag paths present in the file." license = "MIT" repository = "https://github.com/dhbradshaw/xml-paths" resolver = "2" [dependencies.quick-xml] version = "0.22.0"