buildfix-edit 0.2.0

Policy-aware edit/apply engine for buildfix plan operations
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"
rust-version = "1.92"
name = "buildfix-edit"
version = "0.2.0"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Policy-aware edit/apply engine for buildfix plan operations"
homepage = "https://github.com/EffortlessMetrics/buildfix"
readme = "README.md"
keywords = [
    "cargo",
    "toml",
    "patch",
    "preconditions",
    "repair",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/buildfix"
resolver = "2"

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

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

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

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

[dependencies.anyhow]
version = "1.0.101"

[dependencies.buildfix-hash]
version = "0.2.0"

[dependencies.buildfix-types]
version = "0.2.0"

[dependencies.camino]
version = "1.2.2"
features = ["serde1"]

[dependencies.diffy]
version = "0.4.2"

[dependencies.fs-err]
version = "3.2.2"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml_edit]
version = "0.23.9"

[dependencies.tracing]
version = "0.1.44"

[dependencies.uuid]
version = "1.20.0"
features = [
    "v4",
    "v5",
    "serde",
]

[dev-dependencies.hex]
version = "0.4.3"

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

[dev-dependencies.proptest]
version = "1.10.0"

[dev-dependencies.sha2]
version = "0.10.9"

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