diff-man 0.1.6

A simple diff utility lib
Documentation
[[bin]]
name = "diff-man"
path = "src/bin/main.rs"

[dependencies.clap]
features = ["cargo", "derive"]
version = "4.5.16"

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

[package]
authors = ["Kim Dae Up <ds1sqe@mensakorea.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "parsing"]
description = "A simple diff utility lib"
edition = "2021"
keywords = ["diff"]
license = "MIT OR Apache-2.0"
name = "diff-man"
readme = false
repository = "https://github.com/ds1sqe/diff-man"
version = "0.1.6"

[package.metadata.docs.rs]
rustdoc-args = ["--document-private-items"]