# 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-fmt" version = "5.8.1" authors = ["tison "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The formatter library for hawkeye cli." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/korandoru/hawkeye/" [lib] name = "hawkeye_fmt" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.anyhow] version = "1.0" [dependencies.gix] version = "0.64" features = [ "blob-diff", "excludes", ] default-features = false [dependencies.ignore] version = "0.4" [dependencies.log] version = "0.4" features = [ "kv_unstable_serde", "serde", ] [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.time] version = "0.3" [dependencies.toml] version = "0.8" [dependencies.walkdir] version = "2.5"