lisensor 0.2.2

Tool to automatically add, check, and fix license notices in the source files
Documentation
# 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 = "2024"
name = "lisensor"
version = "0.2.2"
authors = ["Pistonight <pistonknight@outlook.com>"]
build = false
exclude = [
    ".github/**/*",
    "tests/**/*",
    "Taskfile.yml",
    "Lisensor.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool to automatically add, check, and fix license notices in the source files"
readme = "README.md"
keywords = [
    "license",
    "copyright",
    "header",
    "notice",
    "cli",
]
categories = [
    "development-tools",
    "development-tools::build-utils",
]
license = "MIT"
repository = "https://github.com/Pistonite/lisensor"

[package.metadata.binstall.signing]
algorithm = "minisign"
pubkey = "RWThJQKJaXayoZBe0YV5LV4KFkQwcqQ6Fg9dJBz18JnpHGdf/cHUyKs+"

[features]
cli = ["cu/cli"]
default = ["cli"]

[lib]
name = "lisensor"
path = "src/lib.rs"

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

[dependencies.chrono]
version = "0.4.43"

[dependencies.cu]
version = "0.7.4"
features = [
    "print",
    "fs",
    "coroutine-heavy",
    "toml",
]
package = "pistonite-cu"

[dependencies.serde]
version = "1"