[badges.codecov]
branch = "main"
repository = "ekkolon/licensa"
service = "github"
[badges.maintenance]
status = "experimental"
[[bin]]
name = "licensa"
path = "src/bin/licensa.rs"
[dependencies.anyhow]
version = "1.0.81"
[dependencies.clap]
features = ["derive", "wrap_help"]
version = "4.5.4"
[dependencies.colored]
version = "2.1.0"
[dependencies.crossbeam-channel]
version = "0.5.12"
[dependencies.handlebars]
version = "5.1.2"
[dependencies.ignore]
version = "0.4.22"
[dependencies.inquire]
version = "0.7.4"
[dependencies.lazy_static]
version = "1"
[dependencies.rayon]
version = "1.10.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.197"
[dependencies.serde_json]
version = "1.0.115"
[dependencies.spdx]
version = "0.10.4"
[dependencies.thiserror]
version = "1.0.58"
[dev-dependencies.tempfile]
version = "3.10.1"
[lib]
name = "licensa"
path = "src/lib.rs"
[package]
authors = ["Nelson Dominguez <ekkolon@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "CLI tool for seamless source code license management, supporting 65+ file types"
edition = "2021"
include = ["src/**/*.rs", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "./README.md", ".licensaignore"]
keywords = ["cli", "spdx", "license-headers", "license-management"]
license = "MIT OR Apache-2.0"
name = "licensa"
readme = "README.md"
repository = "https://github.com/ekkolon/licensa"
rust-version = "1.75.0"
version = "0.1.9"
[profile.dev]
debug = 0
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true
[target."cfg(not(windows))".dependencies.openssl]
features = ["vendored"]
version = "0.10.66"