hawkeye 6.5.1

Simple license header checker and formatter, in multiple distribution forms.
# 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 = "hawkeye"
version = "6.5.1"
authors = ["tison <wander4096@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple license header checker and formatter, in multiple distribution forms."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/korandoru/hawkeye/"

[[bin]]
name = "hawkeye"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.23"
features = ["derive"]

[dependencies.const_format]
version = "0.2.34"

[dependencies.exn]
version = "0.3.0"

[dependencies.hawkeye-fmt]
version = "=6.5.1"

[dependencies.log]
version = "0.4.22"
features = [
    "kv_serde",
    "serde",
]

[dependencies.logforth]
version = "0.29.1"
features = ["starter-log"]

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

[dependencies.serde_json]
version = "1.0.143"

[dependencies.shadow-rs]
version = "1.7.0"
default-features = false

[build-dependencies.build-data]
version = "0.3.0"

[build-dependencies.gix-discover]
version = "0.47.0"

[build-dependencies.shadow-rs]
version = "1.7.0"
features = ["build"]
default-features = false