xml-3dm 0.1.0

3-way XML diff and merge tool
Documentation
[dependencies.bitflags]
version = "2.4"

[dependencies.md-5]
version = "0.10"

[dependencies.quick-xml]
version = "0.38"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.9"

[[example]]
name = "diff"
path = "examples/diff.rs"

[[example]]
name = "merge"
path = "examples/merge.rs"

[[example]]
name = "patch"
path = "examples/patch.rs"

[lib]
name = "xml_3dm"
path = "src/lib.rs"

[package]
authors = ["Christian Haynes <06chaynes@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "text-processing"]
description = "3-way XML diff and merge tool"
documentation = "https://docs.rs/xml-3dm"
edition = "2021"
homepage = "https://github.com/06chaynes/3dm-rs"
keywords = ["xml", "diff", "merge", "3dm", "tree-diff"]
license = "LGPL-2.1-or-later"
name = "xml-3dm"
readme = "README.md"
repository = "https://github.com/06chaynes/3dm-rs"
version = "0.1.0"

[[test]]
name = "compatibility"
path = "tests/compatibility.rs"