# 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" rust-version = "1.56.0" name = "elementtree" version = "1.2.3" authors = ["Armin Ronacher "] description = "Parse an XML file into Python elementtree like structure" documentation = "http://docs.rs/elementtree" readme = "README.md" keywords = [ "xml", "parse", "elementtree", ] license = "MIT" repository = "https://github.com/mitsuhiko/elementtree-rust" [dependencies.string_cache] version = "0.8" [dev-dependencies.once_cell] version = "1.13.1"