dolang-ext-patch 0.1.0

Patch and unified diff support for the Do language.
# 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.93"
name = "dolang-ext-patch"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Patch and unified diff support for the Do language."
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bkoropoff/dolang"

[lib]
name = "dolang_ext_patch"
path = "src/lib.rs"
test = false
doctest = false

[dependencies.bstr]
version = "1.12.1"

[dependencies.diffy]
version = "0.5.0"
features = [
    "binary",
    "std",
]

[dependencies.dolang]
version = "0.1.0"

[dependencies.dolang-ext-shell]
version = "0.1.0"