# 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.81.0" name = "add-notice" version = "0.2.8" authors = ["AmeKnite"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cli tool to add notices to files" readme = "README.md" keywords = [ "cli", "header", "notice", "license", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/ameknite/add-notice" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "add-notice" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" default-features = false [dependencies.walkdir] version = "2.5.0" [lints.clippy] allow_attributes = "warn" missing_errors_doc = "allow" missing_panics_doc = "allow" multiple_unsafe_ops_per_block = "warn" must_use_candidate = "allow" undocumented_unsafe_blocks = "warn" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing-abi = "warn" missing_docs = "warn" unsafe_code = "warn" unsafe_op_in_unsafe_fn = "warn"