# 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 = "5.8.1" authors = ["tison "] build = "build.rs" 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.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.const_format] version = "0.2" [dependencies.hawkeye-fmt] version = "5.8.1" [dependencies.log] version = "0.4" features = [ "kv_unstable_serde", "serde", ] [dependencies.logforth] version = "0.11" features = ["env-filter"] [dependencies.shadow-rs] version = "0.32" [build-dependencies.build-data] version = "0.2" [build-dependencies.gix-discover] version = "0.33" [build-dependencies.shadow-rs] version = "0.32"