winereg 0.1.0

Rust library for parsing, writing, diffing, patching, and scripting Wine/Windows registry files.
Documentation
# 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 = "2024"
name = "winereg"
version = "0.1.0"
authors = ["asLody"]
build = false
exclude = [
    "tests/resources/*",
    "refer/**",
    "terminals/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for parsing, writing, diffing, patching, and scripting Wine/Windows registry files."
readme = "README.md"
keywords = [
    "registry",
    "wine",
    "windows",
    "diff",
    "patch",
]
categories = [
    "encoding",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/asLody/winereg"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4.42"
features = ["clock"]
default-features = false

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.12.2"

[dependencies.thiserror]
version = "1.0"