# 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" rust-version = "1.65.0" name = "file-header" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library to check for and add headers to files" documentation = "https://docs.rs/crate/file-header" readme = "README.md" keywords = [ "license", "header", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/google/file-header" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] [lib] name = "file_header" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.crossbeam] version = "0.8.4" [dependencies.lazy_static] version = "1.5.0" optional = true [dependencies.license] version = "=3.5.0" optional = true [dependencies.thiserror] version = "1.0.64" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.globset] version = "0.4.15" [dev-dependencies.tempfile] version = "3.13.0" [features] default = [ "spdx", "license-offline", ] license-offline = ["license?/offline"] spdx = [ "dep:license", "dep:lazy_static", ]