bitcut 0.1.6

Create and apply binary patches
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 = "2021"
name = "bitcut"
version = "0.1.6"
build = false
exclude = [
    "/.github",
    "/target",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create and apply binary patches"
readme = "README.md"
keywords = [
    "binary",
    "bin",
    "diff",
    "patch",
]
categories = [
    "command-line-utilities",
    "compression",
]
license = "MIT"
repository = "https://github.com/tochka-public/bitcut"

[features]
cli = [
    "clap",
    "anyhow",
]
default = ["cli"]

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

[[bin]]
name = "bitcut"
path = "src/main.rs"
required-features = ["cli"]

[[bench]]
name = "my_benchmark"
path = "benches/my_benchmark.rs"
harness = false

[dependencies.anyhow]
version = "1.0"
optional = true

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.rustc-hash]
version = "2.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.rstest]
version = "0"