diffx-core 0.6.1

Core library for diffx - blazing fast semantic diff engine for structured data. Zero-copy parsing, streaming support, memory-efficient algorithms
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.configparser]
version = "3.0"

[dependencies.csv]
version = "1.3"

[dependencies.quick-xml]
features = ["serialize"]
version = "0.31"

[dependencies.regex]
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.toml]
version = "0.8"

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

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

[package]
authors = ["kako-jun"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "parsing", "algorithms", "text-processing"]
description = "Core library for diffx - blazing fast semantic diff engine for structured data. Zero-copy parsing, streaming support, memory-efficient algorithms"
documentation = "https://docs.rs/diffx"
edition = "2021"
exclude = [".github/", "target/", "_old/"]
homepage = "https://github.com/kako-jun/diffx"
keywords = ["diff", "json", "yaml", "toml", "parser"]
license = "MIT"
name = "diffx-core"
readme = "README.md"
repository = "https://github.com/kako-jun/diffx"
rust-version = "1.75"
version = "0.6.1"

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

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

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