# 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 = "natural-xml-diff" version = "0.2.0" authors = ["Martijn Faassen "] description = "Natural diffing between XML documents" homepage = "https://github.com/faassen/natural-xml-diff" documentation = "https://docs.rs/natural-xml-diff" readme = "README.md" keywords = [ "xml", "diff", ] license = "MIT" repository = "http://github.com/faassen/natural-xml-diff" [dependencies.ahash] version = "0.8.2" [dependencies.dissimilar] version = "1.0.4" [dependencies.triple_accel] version = "0.4.0" [dependencies.xot] version = "0.8.0" [dev-dependencies.insta] version = "1.21.2" features = [ "yaml", "glob", ] [dev-dependencies.rstest] version = "0.16.0" [dev-dependencies.test-generator] version = "0.3.0"